[box-tests] Added a reproducer for KT-56965
This commit is contained in:
Generated
+5
@@ -1100,6 +1100,11 @@ public class IrCodegenBoxInlineWasmTestGenerated extends AbstractIrCodegenBoxInl
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56500.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt56965.kt")
|
||||
public void testKt56965() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simpleCapturingInClass.kt")
|
||||
public void testSimpleCapturingInClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/capture/simpleCapturingInClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user