Support loading function types

This commit is contained in:
Ilmir Usmanov
2018-07-05 21:00:38 +03:00
parent 5b7e099842
commit dbc3ddc578
3 changed files with 38 additions and 1 deletions
@@ -290,6 +290,11 @@ public class CompileKotlinAgainstKotlinTestGenerated extends AbstractCompileKotl
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/compileKotlinAgainstKotlin/coroutines"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.ANY, true);
}
@TestMetadata("builder.kt")
public void testBuilder() throws Exception {
runTest("compiler/testData/compileKotlinAgainstKotlin/coroutines/builder.kt");
}
@TestMetadata("simple.kt")
public void testSimple() throws Exception {
runTest("compiler/testData/compileKotlinAgainstKotlin/coroutines/simple.kt");