mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-27 07:58:04 +00:00
Fixed typedMain method
This commit is contained in:
parent
d0e2af5da6
commit
7b163baa13
@ -61,7 +61,6 @@ public class TypedClass implements TypedNode {
|
||||
}
|
||||
if (c.mainmeth() != null) {
|
||||
typedMain = new TypedMain();
|
||||
typedMethods.add(typedMain.getTypedMethod());
|
||||
} else {
|
||||
typedMain = null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user