mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Diagnostics could introduce type-checked expressions into AST during it's bottom up re-typechecking in attempt to find a problem. To minimize number of AST permutations solver has to handle let's just strip away implicit `InOutExpr` introduced by previous successful type-checks, which is not really important anyway. Resolves: rdar://problem/46459603
87 KiB
87 KiB