mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
A local function can capture a variable that has been declared after it, which means that type-checking such declaration in-order would trigger sub-typecheck that would corrupt AST underness the solution application walker.