diff --git a/src/test/resources/semantic/endToTAST/CorrectTest.java b/src/test/resources/semantic/endToTAST/CorrectTest.java index 054a49b..1efa68d 100644 --- a/src/test/resources/semantic/endToTAST/CorrectTest.java +++ b/src/test/resources/semantic/endToTAST/CorrectTest.java @@ -4,15 +4,8 @@ public class Example { public static int testMethod(int b, boolean bo){ a = b; - if(bo){ - - } return a; } - public static void testMethod(int b){ - - } - } \ No newline at end of file