Added a test

This commit is contained in:
Valentin Kipyatkov
2015-08-18 19:04:03 +03:00
parent 14c2500261
commit d41e01c0e4
3 changed files with 27 additions and 0 deletions
@@ -14627,6 +14627,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("GetA.kt")
public void testGetA() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/GetA.kt");
doTest(fileName);
}
@TestMetadata("Getter.kt")
public void testGetter() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/Getter.kt");