blob: 24926fbbb4f02397646cdaccb0a248cada1f45e2 [file] [log] [blame]
// RUN: %target-swift-ide-test -repl-code-completion -source-filename %s | %FileCheck %s
// CHECK: Begin completions
// CHECK: print
// CHECK: End completions
let (a, b) = ({ _ in (1, 2) })(0)
p