FIR: Fix another inconsistency with FE1.0 in synthetic properties resolution
This commit is contained in:
+6
@@ -29874,6 +29874,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/KotlinOverridesJava5.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nonAsciiSecondChar.kt")
|
||||
public void testNonAsciiSecondChar() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/nonAsciiSecondChar.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("OnlyAscii.kt")
|
||||
public void testOnlyAscii() throws Exception {
|
||||
|
||||
+6
@@ -29874,6 +29874,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/KotlinOverridesJava5.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nonAsciiSecondChar.kt")
|
||||
public void testNonAsciiSecondChar() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/nonAsciiSecondChar.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("OnlyAscii.kt")
|
||||
public void testOnlyAscii() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user