[FIR] Fix NPE on empty throws
^KT-60325 fixed
This commit is contained in:
+6
@@ -321,6 +321,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/emptyLhsClassLiterals.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EmptyThrow.kt")
|
||||
public void testEmptyThrow() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/EmptyThrow.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EnumEntryAsType.kt")
|
||||
public void testEnumEntryAsType() throws Exception {
|
||||
|
||||
+6
@@ -321,6 +321,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/emptyLhsClassLiterals.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EmptyThrow.kt")
|
||||
public void testEmptyThrow() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/EmptyThrow.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EnumEntryAsType.kt")
|
||||
public void testEnumEntryAsType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user