[FIR] Fixed Replace ConeTypeVariable on ConeTypeParameter ^KT-51017

in AbstractConeCallConflictResolver.computeParameterTypes
This commit is contained in:
Ivan Kochurkin
2022-01-28 22:48:52 +03:00
committed by teamcity
parent 5391ee91af
commit a0510f4a67
9 changed files with 81 additions and 13 deletions
@@ -2646,6 +2646,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/callableReference/callableReferenceAssignmentToVar.kt");
}
@Test
@TestMetadata("callableReferenceWithMostSpecificGenericTypeParameter.kt")
public void testCallableReferenceWithMostSpecificGenericTypeParameter() throws Exception {
runTest("compiler/testData/diagnostics/tests/callableReference/callableReferenceWithMostSpecificGenericTypeParameter.kt");
}
@Test
@TestMetadata("classVsPackage.kt")
public void testClassVsPackage() throws Exception {