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:
Mikhail Glukhikh
2023-04-26 16:57:07 +02:00
committed by Space Team
parent c5fe4b53cf
commit bbee881b5b
11 changed files with 40 additions and 23 deletions
@@ -1,3 +1,4 @@
// !LANGUAGE: -ReportErrorsOnRecursiveTypeInsidePlusAssignment
// WITH_STDLIB
// FIR: KT-51648