mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We'll need this to get the right 'selfDC' when name lookup
finds a 'self' declaration in a capture list, eg
class C {
func bar() {}
func foo() {
_ = { [self] in bar() }
}
}
14 KiB
14 KiB