Java: Fix interface expansions #153
Labels
bug
Something isn't working
bytecode
All issues that relate to the generation of Java Bytecode
JavaIntegration
All issues that relate to integrating ZenCode with existing Java Code
Milestone
ZenCode offers the functionality to make an existing class implement new interfaces.
Example code would be:
Currently, while this code (probably) parses and passes validation, it breaks at Java Compilation.
Reason is that this functionality was never implemented for the Java side.
We need to implement this for the Java Bytecode side or decide how to deal with this otherwise
Acceptance criteria:
new MyClass() instanceof CommandStringDisplayable
return?The text was updated successfully, but these errors were encountered: