mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
153 B
Swift
6 lines
153 B
Swift
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
|
|
e{protocol c{
|
|
class A{let a{
|
|
let a=B
|
|
struct B<T{let b=#^A^#
|