mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Strings are a single token, so the previous check would treat completions inside string interpolations as being outside of the initializer. Grab the end of the token from the Lexer, but wrap in a context check to avoid performing that for every declaration found in the lookup. Resolves rdar://70833348
26 KiB
26 KiB