[FIR LT] Fix crash in incomplete when condition without type
#KT-58908 Fixed
This commit is contained in:
committed by
Space Team
parent
be232d3e6f
commit
896f8853ae
+6
@@ -3817,6 +3817,12 @@ public class DiagnosticCompilerTestFirTestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/problems/incompleteUserTypeWithUnresovledTypeArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("incompleteWhen.kt")
|
||||
public void testIncompleteWhen() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/problems/incompleteWhen.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("innerClassHierarchy.kt")
|
||||
public void testInnerClassHierarchy() throws Exception {
|
||||
|
||||
+6
@@ -3817,6 +3817,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFirTestDataTestGenerated
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/problems/incompleteUserTypeWithUnresovledTypeArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("incompleteWhen.kt")
|
||||
public void testIncompleteWhen() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/problems/incompleteWhen.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("innerClassHierarchy.kt")
|
||||
public void testInnerClassHierarchy() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user