[FIR2IR] Consider property init value from nested class, ^KT-52057 Fixed
This commit is contained in:
+5
@@ -20808,6 +20808,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/innerNested"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("considerPropertyInitValueFromNestedClass.kt")
|
||||
public void testConsiderPropertyInitValueFromNestedClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/considerPropertyInitValueFromNestedClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("createNestedClass.kt")
|
||||
public void testCreateNestedClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/createNestedClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user