Fixed typedMain method

This commit is contained in:
Ahmad 2024-06-23 16:11:36 +02:00
parent d0e2af5da6
commit 7b163baa13

View File

@ -61,7 +61,6 @@ public class TypedClass implements TypedNode {
}
if (c.mainmeth() != null) {
typedMain = new TypedMain();
typedMethods.add(typedMain.getTypedMethod());
} else {
typedMain = null;
}