mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
207 B
Swift
8 lines
207 B
Swift
// RUN: %batch-code-completion
|
|
|
|
struct FooBar {}
|
|
|
|
[3 of #^COMPLETE_TOPLEVEL?check=COMPLETE^#
|
|
let _: [3 of #^COMPLETE_TYPE?check=COMPLETE^#
|
|
// COMPLETE: Decl[Struct]/CurrModule: FooBar[#FooBar#]; name=FooBar
|