diff --git a/test/bytecode/BoolLit.jav b/test/bytecode/BoolLit.jav index 52df43cc..e583f480 100644 --- a/test/bytecode/BoolLit.jav +++ b/test/bytecode/BoolLit.jav @@ -1,6 +1,6 @@ class BoolLit{ -Object method() { b = true; } +void method() { b = true; }