[Test] Write reproducer test for expect-actual matching to Java field
..., which comes from super class, which incorrectly works in K2. ^KT-63624
This commit is contained in:
committed by
Space Team
parent
bb044bb57e
commit
3d2a37ee41
+6
@@ -1978,6 +1978,12 @@ public class FirOldFrontendMPPDiagnosticsWithLightTreeTestGenerated extends Abst
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/java/propertyAgainstFakeOverrideInJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyAgainstFakeOverrideOfJavaField.kt")
|
||||
public void testPropertyAgainstFakeOverrideOfJavaField() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/java/propertyAgainstFakeOverrideOfJavaField.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyAgainstJavaMethod.kt")
|
||||
public void testPropertyAgainstJavaMethod() throws Exception {
|
||||
|
||||
+6
@@ -1978,6 +1978,12 @@ public class FirOldFrontendMPPDiagnosticsWithPsiTestGenerated extends AbstractFi
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/java/propertyAgainstFakeOverrideInJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyAgainstFakeOverrideOfJavaField.kt")
|
||||
public void testPropertyAgainstFakeOverrideOfJavaField() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/java/propertyAgainstFakeOverrideOfJavaField.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyAgainstJavaMethod.kt")
|
||||
public void testPropertyAgainstJavaMethod() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user