mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
190 B
Swift
8 lines
190 B
Swift
// RUN: %swift-ide-test -repl-code-completion -source-filename %s | FileCheck %s
|
|
|
|
// CHECK: Begin completions
|
|
// CHECK-NEXT: SwiftDecl: true[#Bool#]{{$}}
|
|
// CHECK-NEXT: End completions
|
|
|
|
tru
|