Fir2Ir: simplify getCachedIrTypeParameter

I could not figure out the reason for the special case in that function.
Tests do not show anything useful.
This commit is contained in:
Georgy Bronnikov
2022-04-26 09:13:25 +03:00
committed by Alexander Udalov
parent e504d9faed
commit 3a4b8962f9
8 changed files with 57 additions and 23 deletions
@@ -5515,6 +5515,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/compileKotlinAgainstKotlin/expectClassActualTypeAlias.kt");
}
@Test
@TestMetadata("genericSetter.kt")
public void testGenericSetter() throws Exception {
runTest("compiler/testData/codegen/box/compileKotlinAgainstKotlin/genericSetter.kt");
}
@Test
@TestMetadata("innerClassConstructor.kt")
public void testInnerClassConstructor() throws Exception {