Add a test from KT-51950
This commit is contained in:
+6
@@ -338,6 +338,12 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
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 {
|
||||
|
||||
+6
@@ -338,6 +338,12 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
|
||||
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 {
|
||||
|
||||
+6
@@ -338,6 +338,12 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli
|
||||
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 {
|
||||
|
||||
+6
@@ -338,6 +338,12 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
|
||||
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 {
|
||||
|
||||
+6
@@ -338,6 +338,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
|
||||
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 {
|
||||
|
||||
+6
@@ -338,6 +338,12 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO
|
||||
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 {
|
||||
|
||||
+6
@@ -338,6 +338,12 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user