Change nestedClasses logic to accept classes with nested type aliases
#KT-47650 fixed
This commit is contained in:
+6
@@ -35479,6 +35479,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/reflection/classes/nestedClasses.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassesInScript.kt")
|
||||
public void testNestedClassesInScript() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/classes/nestedClassesInScript.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassesJava.kt")
|
||||
public void testNestedClassesJava() throws Exception {
|
||||
|
||||
+6
@@ -35521,6 +35521,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/reflection/classes/nestedClasses.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassesInScript.kt")
|
||||
public void testNestedClassesInScript() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/classes/nestedClassesInScript.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassesJava.kt")
|
||||
public void testNestedClassesJava() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user