Fix exception when Java class has different methods with same erasure

^KT-36856 Fixed
This commit is contained in:
Denis Zharkov
2020-02-20 13:06:41 +03:00
parent 7efb32628e
commit 071149e0fb
8 changed files with 80 additions and 23 deletions
@@ -12761,6 +12761,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
runTest("compiler/testData/diagnostics/tests/j+k/kt3311.kt");
}
@TestMetadata("kt36856.kt")
public void testKt36856() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/kt36856.kt");
}
@TestMetadata("kt6720_abstractProperty.kt")
public void testKt6720_abstractProperty() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/kt6720_abstractProperty.kt");