K2 ignore return type on special java funs overrides
#KT-62197 fixed
This commit is contained in:
+6
@@ -20948,6 +20948,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/kt60580.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt62197.kt")
|
||||
public void testKt62197() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/kt62197.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6720_abstractProperty.kt")
|
||||
public void testKt6720_abstractProperty() throws Exception {
|
||||
|
||||
+6
@@ -20954,6 +20954,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/kt60580.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt62197.kt")
|
||||
public void testKt62197() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/kt62197.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6720_abstractProperty.kt")
|
||||
public void testKt6720_abstractProperty() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user