mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Since both in-tree AST transforms (playground and program counter) add new ApplyExprs (and literals that turn into ApplyExprs), we need to recheck nested function bodies as well as top-level ones. rdar://problem/28784059