From fe960b3fe0e44e28883d9d148b55310221e58430 Mon Sep 17 00:00:00 2001 From: "Schubert, Julia (WWI2012D)" Date: Mon, 22 Jun 2015 16:55:11 +0200 Subject: [PATCH] =?UTF-8?q?Object=20in=20void=20ge=C3=A4ndert=20in=20BoolL?= =?UTF-8?q?it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/bytecode/BoolLit.jav | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bytecode/BoolLit.jav b/test/bytecode/BoolLit.jav index 52df43cc7..e583f4808 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; }