Not get supertypes of Nothing

(exception EA-37833)
This commit is contained in:
Svetlana Isakova
2012-08-22 12:34:57 +04:00
parent 11fdeac930
commit 5779ac15c0
3 changed files with 22 additions and 0 deletions
@@ -1304,6 +1304,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/incompleteCode/arrayBracketsRange.kt");
}
@TestMetadata("checkNothingIsSubtype.kt")
public void testCheckNothingIsSubtype() throws Exception {
doTest("compiler/testData/diagnostics/tests/incompleteCode/checkNothingIsSubtype.kt");
}
@TestMetadata("incompleteAssignment.kt")
public void testIncompleteAssignment() throws Exception {
doTest("compiler/testData/diagnostics/tests/incompleteCode/incompleteAssignment.kt");