K2 ignore return type on special java funs overrides

#KT-62197 fixed
This commit is contained in:
Ilya Chernikov
2023-11-03 16:44:16 +01:00
parent 312187dbe6
commit 122f16fc18
7 changed files with 73 additions and 1 deletions
@@ -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 {
@@ -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 {