Minor. Add test
This commit is contained in:
Generated
+5
@@ -8343,6 +8343,11 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/coroutines/varSpilling"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@TestMetadata("fakeInlinerVariables.kt")
|
||||
public void testFakeInlinerVariables() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/varSpilling/fakeInlinerVariables.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt19475.kt")
|
||||
public void testKt19475_1_3() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/varSpilling/kt19475.kt", "kotlin.coroutines");
|
||||
|
||||
Reference in New Issue
Block a user