Minor. Add test
This commit is contained in:
+5
@@ -9553,6 +9553,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/coroutines/varSpilling"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, 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_2() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/varSpilling/kt19475.kt", "kotlin.coroutines.experimental");
|
||||
|
||||
Reference in New Issue
Block a user