fixed small error in abstract Syntax for testfiles

This commit is contained in:
JonathanFleischmann 2024-05-07 18:22:16 +02:00
parent 40b17bf2b8
commit 4ef3e6ff11

View File

@ -62,7 +62,7 @@ public class AbstractSyntax_ClassWithConstructorAndMethodCall {
), ),
new While( new While(
new MethodCall( new MethodCall(
true, false,
null, null,
new Id("methodCall"), new Id("methodCall"),
List.of() List.of()