usethesource / flybytes

Flybytes is an intermediate language between JVM bytecode and software languages (DSLs, PLs), for compilation and decompilation.
BSD 2-Clause "Simplified" License
16 stars 6 forks source link

`invokeSuper` statement does not yield super invocation in JVM bytecode #7

Closed jurgenvinju closed 4 years ago

jurgenvinju commented 4 years ago

Several tests fail because the invokeSuper statement is not compiled anymore.