Files
swift-mirror/test/IDE/complete_inline_array.swift
Hamish Knight 396a6a8fe6 Enable InlineArray type sugar
Promote it from an experimental feature.

rdar://155607927
2025-08-04 15:16:30 +01:00

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