Details
Description
The following script gives a VerifyError instead of a compilation error (that is, I assume that this should not compile):
( def var = 1 ).method()
Gives:
Caught: java.lang.VerifyError: (class: Test8, method: run signature: ()Ljava/lang/Object;) Unable to pop operand off an empty stack
fixed