Synthetic properties made locale-independant too

This commit is contained in:
Valentin Kipyatkov
2015-09-28 21:59:21 +03:00
parent 069ce12604
commit 8f1a3043de
5 changed files with 98 additions and 16 deletions
@@ -15059,6 +15059,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("OnlyAscii.kt")
public void testOnlyAscii() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/OnlyAscii.kt");
doTest(fileName);
}
@TestMetadata("OnlyPublic.kt")
public void testOnlyPublic() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/OnlyPublic.kt");