FIR2IR: add test for KT-55465
This commit is contained in:
committed by
Space Team
parent
4cda89db9e
commit
b68a26865a
+6
@@ -2606,6 +2606,12 @@ public class FirLightTreeIrTextTestGenerated extends AbstractFirLightTreeIrTextT
|
||||
runTest("compiler/testData/ir/irText/firProblems/emptyWhen.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ErrorInDefaultValue.kt")
|
||||
public void testErrorInDefaultValue() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/ErrorInDefaultValue.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Fir2IrClassifierStorage.kt")
|
||||
public void testFir2IrClassifierStorage() throws Exception {
|
||||
|
||||
Generated
+6
@@ -2606,6 +2606,12 @@ public class FirPsiIrTextTestGenerated extends AbstractFirPsiIrTextTest {
|
||||
runTest("compiler/testData/ir/irText/firProblems/emptyWhen.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ErrorInDefaultValue.kt")
|
||||
public void testErrorInDefaultValue() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/ErrorInDefaultValue.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Fir2IrClassifierStorage.kt")
|
||||
public void testFir2IrClassifierStorage() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user