K2: reproduce KT-58008
This commit is contained in:
committed by
Space Team
parent
27b103e2ca
commit
4172ce1018
+5
@@ -2010,6 +2010,11 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/firProblems/TypeParameterBounds.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("TypeParameterInNestedClass.kt")
|
||||
public void testTypeParameterInNestedClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/TypeParameterInNestedClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeVariableAfterBuildMap.kt")
|
||||
public void testTypeVariableAfterBuildMap() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/typeVariableAfterBuildMap.kt");
|
||||
|
||||
Reference in New Issue
Block a user