mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
These test lines weren't actually providing any value and were annoying to write. Let's jut remove them.
9 lines
349 B
Swift
9 lines
349 B
Swift
// RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=A | %FileCheck %s -check-prefix=A
|
|
|
|
// Make sure we can code complete at EOF.
|
|
// Don't add any tests at the end of the file!
|
|
//
|
|
// A-DAG: Decl[FreeFunction]/CurrModule/Flair[ArgLabels]: ['(']{#(x): Int#}[')'][#Void#]{{; name=.+$}}
|
|
func f(_ x: Int) {}
|
|
f(#^A^#
|