mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
203 B
Swift
8 lines
203 B
Swift
// RUN: %swift-ide-test -code-completion -source-filename %s -code-completion-token=COMPLETE
|
|
|
|
// https://github.com/apple/swift/issues/57037
|
|
|
|
class Foo {
|
|
let searchSubject = Bar<String, #^COMPLETE^#
|
|
}
|