FIR2IR: add repro for KT-57441

This commit is contained in:
Mikhail Glukhikh
2023-03-22 14:06:27 +01:00
committed by Space Team
parent d6a9bca5ec
commit d3f1571d35
10 changed files with 231 additions and 0 deletions
@@ -2174,6 +2174,12 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
runTest("compiler/testData/ir/irText/firProblems/ErrorInDefaultValue.kt");
}
@Test
@TestMetadata("FakeOverrideInAnonymousWithDelegation.kt")
public void testFakeOverrideInAnonymousWithDelegation() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/FakeOverrideInAnonymousWithDelegation.kt");
}
@Test
@TestMetadata("Fir2IrClassifierStorage.kt")
public void testFir2IrClassifierStorage() throws Exception {
@@ -2174,6 +2174,12 @@ public class FirPsiJsIrTextTestGenerated extends AbstractFirPsiJsIrTextTest {
runTest("compiler/testData/ir/irText/firProblems/ErrorInDefaultValue.kt");
}
@Test
@TestMetadata("FakeOverrideInAnonymousWithDelegation.kt")
public void testFakeOverrideInAnonymousWithDelegation() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/FakeOverrideInAnonymousWithDelegation.kt");
}
@Test
@TestMetadata("Fir2IrClassifierStorage.kt")
public void testFir2IrClassifierStorage() throws Exception {
@@ -2174,6 +2174,12 @@ public class ClassicJsIrTextTestGenerated extends AbstractClassicJsIrTextTest {
runTest("compiler/testData/ir/irText/firProblems/ErrorInDefaultValue.kt");
}
@Test
@TestMetadata("FakeOverrideInAnonymousWithDelegation.kt")
public void testFakeOverrideInAnonymousWithDelegation() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/FakeOverrideInAnonymousWithDelegation.kt");
}
@Test
@TestMetadata("Fir2IrClassifierStorage.kt")
public void testFir2IrClassifierStorage() throws Exception {