Fix compiler crash when can't find referring declarations

This commit is contained in:
Alexey Andreev 2017-10-05 14:59:09 +03:00
parent eea573072d
commit 880529dbe2

View File

@ -91,6 +91,7 @@ public class MissingItemsProcessor {
instruction.getNext().delete();
}
instruction.insertNextAll(instructionsToAdd);
instruction.delete();
}
private void emitExceptionThrow(TextLocation location, String exceptionName, String text) {