K1: add separate TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM_IN_AUGMENTED_ASSIGNMENT
This is made to have a correct error message for a problem described in KT-48546 #KT-48546 Fixed
This commit is contained in:
committed by
Space Team
parent
c5fe4b53cf
commit
bbee881b5b
+1
@@ -120,6 +120,7 @@ internal class KtFe10CallResolver(
|
||||
Errors.RESOLUTION_TO_PRIVATE_CONSTRUCTOR_OF_SEALED_CLASS,
|
||||
Errors.UNRESOLVED_REFERENCE,
|
||||
*Errors.TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM.factories,
|
||||
*Errors.TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM_IN_AUGMENTED_ASSIGNMENT.factories,
|
||||
)
|
||||
|
||||
private val syntaxErrors = setOf(
|
||||
|
||||
Reference in New Issue
Block a user