Add a test from KT-51950

This commit is contained in:
pyos
2022-04-28 16:52:54 +02:00
committed by Mikhael Bogdanov
parent 7bdc09301d
commit a1f0c6208c
13 changed files with 96 additions and 0 deletions
@@ -39264,6 +39264,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt42815_delegated.kt");
}
@Test
@TestMetadata("kt51950.kt")
public void testKt51950() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt51950.kt");
}
@Test
@TestMetadata("kt6007.kt")
public void testKt6007() throws Exception {