Fix refer to classes from default package in SMAP

This commit is contained in:
Zalim Bashorov
2015-11-09 16:39:10 +03:00
parent 45ef9b02c4
commit 28366a0bf4
5 changed files with 35 additions and 1 deletions
@@ -1225,6 +1225,12 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
doTestMultiFileWithInlineCheck(fileName);
}
@TestMetadata("classFromDefaultPackage.1.kt")
public void testClassFromDefaultPackage() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/smap/classFromDefaultPackage.1.kt");
doTestMultiFileWithInlineCheck(fileName);
}
@TestMetadata("oneFile.1.kt")
public void testOneFile() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/smap/oneFile.1.kt");
@@ -1225,6 +1225,12 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
doBoxTestWithInlineCheck(fileName);
}
@TestMetadata("classFromDefaultPackage.1.kt")
public void testClassFromDefaultPackage() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/smap/classFromDefaultPackage.1.kt");
doBoxTestWithInlineCheck(fileName);
}
@TestMetadata("oneFile.1.kt")
public void testOneFile() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/smap/oneFile.1.kt");