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