[NI] Take into account use-site variance for constraint from LHS of CR
#KT-32851 Fixed
This commit is contained in:
+5
@@ -1687,6 +1687,11 @@ public class FirDiagnosticsSmokeTestGenerated extends AbstractFirDiagnosticsSmok
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/classVsPackage.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("constraintFromLHSWithCorrectDirection.kt")
|
||||
public void testConstraintFromLHSWithCorrectDirection() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/constraintFromLHSWithCorrectDirection.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("correctInfoAfterArrayLikeCall.kt")
|
||||
public void testCorrectInfoAfterArrayLikeCall() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/correctInfoAfterArrayLikeCall.kt");
|
||||
|
||||
Reference in New Issue
Block a user