[box-tests] Add tests about anonymous classes uplifting
^KT-50175 Fixed by commits before
This commit is contained in:
committed by
Space
parent
c5eb6fb562
commit
794229d012
+6
@@ -40022,6 +40022,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/boxInline/anonymousObject"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("anonymousObjectInCallChildren.kt")
|
||||
public void testAnonymousObjectInCallChildren() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/anonymousObjectInCallChildren.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("anonymousObjectInDefault.kt")
|
||||
public void testAnonymousObjectInDefault() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user