mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is bullet (5) of the proposed solution in SE-0112, and the last major piece to be implemented.
5 lines
145 B
Swift
5 lines
145 B
Swift
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
|
|
class T{var f=Dictionary<T
|
|
protocol A{func<:u
|
|
#^A^#
|