[box-tests] Added a reproducer for KT-56965
This commit is contained in:
+6
@@ -42239,6 +42239,12 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56500.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56965.kt")
|
||||
public void testKt56965() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simpleCapturingInClass.kt")
|
||||
public void testSimpleCapturingInClass() throws Exception {
|
||||
|
||||
+6
@@ -41714,6 +41714,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56500.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56965.kt")
|
||||
public void testKt56965() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simpleCapturingInClass.kt")
|
||||
public void testSimpleCapturingInClass() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user