Fix exception when Java class has different methods with same erasure
^KT-36856 Fixed
This commit is contained in:
Generated
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user