mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
93d22c9ff0
For normal completions it behaves the same as PostfixExprBeginning, but it provides a hook for clients to provide a custom completion for this position. For example, you might want to a x ..< y snippet in this position. rdar://problem/29910383