FIR: Do not create incorrect synthetic property
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user