mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-28 15:38:03 +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) {
|
if (c.mainmeth() != null) {
|
||||||
typedMain = new TypedMain();
|
typedMain = new TypedMain();
|
||||||
typedMethods.add(typedMain.getTypedMethod());
|
|
||||||
} else {
|
} else {
|
||||||
typedMain = null;
|
typedMain = null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user