Change nestedClasses logic to accept classes with nested type aliases

#KT-47650 fixed
This commit is contained in:
Ilya Muradyan
2021-07-08 01:30:10 +03:00
parent ca86b7ff7d
commit 787ce6335c
8 changed files with 77 additions and 1 deletions
@@ -28052,6 +28052,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/reflection/classes/nestedClasses.kt");
}
@TestMetadata("nestedClassesInScript.kt")
public void testNestedClassesInScript() throws Exception {
runTest("compiler/testData/codegen/box/reflection/classes/nestedClassesInScript.kt");
}
@TestMetadata("nestedClassesJava.kt")
public void testNestedClassesJava() throws Exception {
runTest("compiler/testData/codegen/box/reflection/classes/nestedClassesJava.kt");