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
@@ -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");