Frontend: Avoid retypechecking the right hand side of assignment operators
This commit is contained in:
committed by
Mikhail Glukhikh
parent
41c81d25a0
commit
ab506c1579
+5
@@ -9763,6 +9763,11 @@ public class FirDiagnosticsSmokeTestGenerated extends AbstractFirDiagnosticsSmok
|
||||
runTest("compiler/testData/diagnostics/tests/inference/functionPlaceholderError.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericAssignmentOperator.kt")
|
||||
public void testGenericAssignmentOperator() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/genericAssignmentOperator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("hasErrorInConstrainingTypes.kt")
|
||||
public void testHasErrorInConstrainingTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/hasErrorInConstrainingTypes.kt");
|
||||
|
||||
Reference in New Issue
Block a user