Copy sam wrappers during inline

#KT-21671 Fixed
This commit is contained in:
Mikhael Bogdanov
2017-12-05 15:38:40 +01:00
parent 4eb30b6626
commit edefb45585
14 changed files with 339 additions and 5 deletions
@@ -84,6 +84,12 @@ public class CompileKotlinAgainstKotlinTestGenerated extends AbstractCompileKotl
doTest(fileName);
}
@TestMetadata("copySamOnInline.kt")
public void testCopySamOnInline() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/compileKotlinAgainstKotlin/copySamOnInline.kt");
doTest(fileName);
}
@TestMetadata("coroutinesBinary.kt")
public void testCoroutinesBinary() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/compileKotlinAgainstKotlin/coroutinesBinary.kt");