Inconsistent Interface Extension Behaviour
Monkey Forums/Monkey Bug Reports/Inconsistent Interface Extension Behaviour
| ||
See example below. This compiles and runs on HTML5, GLFW and XNA (with a C# compile warning) but fails on Flash. The Flash error can be resolved by not repeating the Blah method declaration. It also doesn't occur if the instance reference is declared as the class type rather than the interface type. I would expect all targets to error on the override at the Monkey level or for them all to work. |