K2: reproduce KT-58008

This commit is contained in:
Mikhail Glukhikh
2023-04-17 16:40:15 +02:00
committed by Space Team
parent 27b103e2ca
commit 4172ce1018
16 changed files with 266 additions and 0 deletions
@@ -2306,6 +2306,12 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
runTest("compiler/testData/ir/irText/firProblems/TypeParameterBounds.kt");
}
@Test
@TestMetadata("TypeParameterInNestedClass.kt")
public void testTypeParameterInNestedClass() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/TypeParameterInNestedClass.kt");
}
@Test
@TestMetadata("typeVariableAfterBuildMap.kt")
public void testTypeVariableAfterBuildMap() throws Exception {
@@ -2306,6 +2306,12 @@ public class FirPsiJsIrTextTestGenerated extends AbstractFirPsiJsIrTextTest {
runTest("compiler/testData/ir/irText/firProblems/TypeParameterBounds.kt");
}
@Test
@TestMetadata("TypeParameterInNestedClass.kt")
public void testTypeParameterInNestedClass() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/TypeParameterInNestedClass.kt");
}
@Test
@TestMetadata("typeVariableAfterBuildMap.kt")
public void testTypeVariableAfterBuildMap() throws Exception {
@@ -2306,6 +2306,12 @@ public class ClassicJsIrTextTestGenerated extends AbstractClassicJsIrTextTest {
runTest("compiler/testData/ir/irText/firProblems/TypeParameterBounds.kt");
}
@Test
@TestMetadata("TypeParameterInNestedClass.kt")
public void testTypeParameterInNestedClass() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/TypeParameterInNestedClass.kt");
}
@Test
@TestMetadata("typeVariableAfterBuildMap.kt")
public void testTypeVariableAfterBuildMap() throws Exception {