Make lateinit diagnostics more clear

This commit is contained in:
Yan Zhulanow
2015-09-18 20:43:23 +03:00
parent 32e6a6e3a1
commit cc2d005984
8 changed files with 70 additions and 84 deletions
@@ -6603,18 +6603,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("simple.kt")
public void testSimple() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/properties/lateinit/simple.kt");
doTest(fileName);
}
@TestMetadata("simpleField.kt")
public void testSimpleField() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/properties/lateinit/simpleField.kt");
doTest(fileName);
}
@TestMetadata("simpleVar.kt")
public void testSimpleVar() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/properties/lateinit/simpleVar.kt");