[box-tests] Another version of reproducer for KT-56965
This commit is contained in:
+6
@@ -1454,6 +1454,12 @@ public class FirLightTreeBlackBoxInlineCodegenTestGenerated extends AbstractFirL
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56965_2.kt")
|
||||
public void testKt56965_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56965_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simpleCapturingInClass.kt")
|
||||
public void testSimpleCapturingInClass() throws Exception {
|
||||
|
||||
+6
@@ -1454,6 +1454,12 @@ public class FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56965_2.kt")
|
||||
public void testKt56965_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56965_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simpleCapturingInClass.kt")
|
||||
public void testSimpleCapturingInClass() throws Exception {
|
||||
|
||||
+6
@@ -1454,6 +1454,12 @@ public class FirPsiBlackBoxInlineCodegenTestGenerated extends AbstractFirPsiBlac
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56965_2.kt")
|
||||
public void testKt56965_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56965_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simpleCapturingInClass.kt")
|
||||
public void testSimpleCapturingInClass() throws Exception {
|
||||
|
||||
+6
@@ -1454,6 +1454,12 @@ public class FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated extend
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56965_2.kt")
|
||||
public void testKt56965_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56965_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simpleCapturingInClass.kt")
|
||||
public void testSimpleCapturingInClass() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user