mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-27 01:30:35 +08:00
Fix compiler crash when can't find referring declarations
This commit is contained in:
parent
eea573072d
commit
880529dbe2
@ -91,6 +91,7 @@ public class MissingItemsProcessor {
|
||||
instruction.getNext().delete();
|
||||
}
|
||||
instruction.insertNextAll(instructionsToAdd);
|
||||
instruction.delete();
|
||||
}
|
||||
|
||||
private void emitExceptionThrow(TextLocation location, String exceptionName, String text) {
|
||||
|
Loading…
Reference in New Issue
Block a user