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 MethodCall(
true,
false,
null,
new Id("methodCall"),
List.of()