From 39580fc15e225c9e7fdf3580f5aaa137794b1b2f Mon Sep 17 00:00:00 2001 From: "Schubert, Julia (WWI2012D)" Date: Mon, 22 Jun 2015 16:30:11 +0200 Subject: [PATCH] =?UTF-8?q?Testcode=20f=C3=BCr=20BoolLit=20geschrieben?= 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 3e295c93..52df43cc 100644 --- a/test/bytecode/BoolLit.jav +++ b/test/bytecode/BoolLit.jav @@ -1,6 +1,6 @@ class BoolLit{ - +Object method() { b = true; }