KT-8575 Fix warnings for Java synthetic properties
This commit is contained in:
committed by
teamcity
parent
26dc010d30
commit
f4bdf54601
+6
-6
@@ -31541,6 +31541,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/FromTwoBases.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FullySupportedSyntheticJavaPropertyReference.kt")
|
||||
public void testFullySupportedSyntheticJavaPropertyReference() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/FullySupportedSyntheticJavaPropertyReference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("GenericClass.kt")
|
||||
public void testGenericClass() throws Exception {
|
||||
@@ -31643,12 +31649,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/OverrideGetterOnly.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PartiallySupportedSyntheticJavaPropertyReference.kt")
|
||||
public void testPartiallySupportedSyntheticJavaPropertyReference() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/javaProperties/PartiallySupportedSyntheticJavaPropertyReference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SetterHasHigherAccess.kt")
|
||||
public void testSetterHasHigherAccess() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user