-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Currently, compiling the ParsedExpressionSuper will return a PartialTypeExpression of the super type.
Therefore the compiler will search for static members on the super type, which is incorrect.
Also, we will most likely need a separate expression for super type calls, since inside the Java Bytecode module we need to use another opcode instruction (invokeSpecial instead of invokeVirtual/interface to make sure that this specific implementation is called)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working