Fir2Ir: handle nested class references in type parameter bounds

This commit is contained in:
Georgy Bronnikov
2022-04-23 20:07:06 +03:00
committed by Alexander Udalov
parent 9fb1a901cf
commit 49576e0cbb
8 changed files with 50 additions and 0 deletions
@@ -5563,6 +5563,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/compileKotlinAgainstKotlin/nestedClass.kt");
}
@Test
@TestMetadata("nestedClassAsBound.kt")
public void testNestedClassAsBound() throws Exception {
runTest("compiler/testData/codegen/box/compileKotlinAgainstKotlin/nestedClassAsBound.kt");
}
@Test
@TestMetadata("nestedClassInAnnotationArgument.kt")
public void testNestedClassInAnnotationArgument() throws Exception {