Add feature that allows references to synthetic properties with warning
See KT-35933 for details
This commit is contained in:
@@ -22729,6 +22729,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/OverrideGetterOnly.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("PartiallySupportedSyntheticJavaPropertyReference.kt")
|
||||
public void testPartiallySupportedSyntheticJavaPropertyReference() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/PartiallySupportedSyntheticJavaPropertyReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SetterHasHigherAccess.kt")
|
||||
public void testSetterHasHigherAccess() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/SetterHasHigherAccess.kt");
|
||||
|
||||
Generated
+5
@@ -22649,6 +22649,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/OverrideGetterOnly.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("PartiallySupportedSyntheticJavaPropertyReference.kt")
|
||||
public void testPartiallySupportedSyntheticJavaPropertyReference() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/PartiallySupportedSyntheticJavaPropertyReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SetterHasHigherAccess.kt")
|
||||
public void testSetterHasHigherAccess() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/SetterHasHigherAccess.kt");
|
||||
|
||||
Reference in New Issue
Block a user