KT-57487: Add codegen test
Merge-request: KT-MR-9300 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
a2e2a96fd3
commit
9407ec35e3
+6
@@ -37769,6 +37769,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
runTest("compiler/testData/codegen/box/regressions/kt5395.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57487.kt")
|
||||
public void testKt57487() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt57487.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt5786_privateWithDefault.kt")
|
||||
public void testKt5786_privateWithDefault() throws Exception {
|
||||
|
||||
+6
@@ -37305,6 +37305,12 @@ public class K1NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/regressions/kt5395.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57487.kt")
|
||||
public void testKt57487() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt57487.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt5786_privateWithDefault.kt")
|
||||
public void testKt5786_privateWithDefault() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user