-
Notifications
You must be signed in to change notification settings - Fork 8
Java: Fix interface expansions #153
Copy link
Copy link
Open
Labels
JavaIntegrationAll issues that relate to integrating ZenCode with existing Java CodeAll issues that relate to integrating ZenCode with existing Java CodebugSomething isn't workingSomething isn't workingbytecodeAll issues that relate to the generation of Java BytecodeAll issues that relate to the generation of Java Bytecode
Milestone
Metadata
Metadata
Assignees
Labels
JavaIntegrationAll issues that relate to integrating ZenCode with existing Java CodeAll issues that relate to integrating ZenCode with existing Java CodebugSomething isn't workingSomething isn't workingbytecodeAll issues that relate to the generation of Java BytecodeAll issues that relate to the generation of Java Bytecode
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 CommandStringDisplayablereturn?