Remove FIELD target from jvmStatic and platformStatic annotations

This commit is contained in:
Yan Zhulanow
2015-09-02 18:00:01 +03:00
parent c4b18d8fb8
commit 55b2029b3c
8 changed files with 28 additions and 6 deletions
@@ -131,6 +131,12 @@ public class CompileKotlinAgainstKotlinTestGenerated extends AbstractCompileKotl
doTest(fileName);
}
@TestMetadata("PlatformStaticInObject.A.kt")
public void testPlatformStaticInObject() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/compileKotlinAgainstKotlin/PlatformStaticInObject.A.kt");
doTest(fileName);
}
@TestMetadata("PlatformTypes.A.kt")
public void testPlatformTypes() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/compileKotlinAgainstKotlin/PlatformTypes.A.kt");