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