FIR: Do not create incorrect synthetic property

This commit is contained in:
Denis.Zharkov
2021-10-26 11:42:00 +03:00
parent 52c2908bb7
commit 0bdea4f20a
7 changed files with 48 additions and 9 deletions
@@ -29880,6 +29880,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/nonAsciiSecondChar.kt");
}
@Test
@TestMetadata("nonValidFirstChar.kt")
public void testNonValidFirstChar() throws Exception {
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/nonValidFirstChar.kt");
}
@Test
@TestMetadata("OnlyAscii.kt")
public void testOnlyAscii() throws Exception {
@@ -29880,6 +29880,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/nonAsciiSecondChar.kt");
}
@Test
@TestMetadata("nonValidFirstChar.kt")
public void testNonValidFirstChar() throws Exception {
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/nonValidFirstChar.kt");
}
@Test
@TestMetadata("OnlyAscii.kt")
public void testOnlyAscii() throws Exception {