K2: reproduce KT-58008
This commit is contained in:
committed by
Space Team
parent
27b103e2ca
commit
4172ce1018
Generated
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user