Minor. Add test

This commit is contained in:
Ilmir Usmanov
2020-06-29 16:23:18 +02:00
parent da12532669
commit 28e6028af4
8 changed files with 184 additions and 0 deletions
@@ -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");