[FIR] Fix overloading of renamed jvm methods
#KT-48102 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
cd99c35649
commit
1b81018b69
Generated
+6
@@ -7501,6 +7501,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/declarationChecks/localVariablesWithTypeParameters_1_4.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mappedFunctionNotImplemented.kt")
|
||||
public void testMappedFunctionNotImplemented() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/declarationChecks/mappedFunctionNotImplemented.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mulitpleVarargParameters.kt")
|
||||
public void testMulitpleVarargParameters() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user