Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-3
-
None
Description
class Test {
count = 0
static main(args)
f()
{ if (count++ == 5) return null else return null }}
throws
Exception in thread "main" java.lang.VerifyError: (class: Test, method: f signature: ()Ljava/lang/Object Unable to pop operand off an empty stack