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