mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
a5a17aa955
I could never remember the command to run batch code completion tests. Add a lit substitution for it.
7 lines
161 B
Swift
7 lines
161 B
Swift
// RUN: %batch-code-completion
|
|
|
|
func test(myParam: Int) {
|
|
consume #^CONSUME^#
|
|
// CONSUME: Decl[LocalVar]/Local: myParam[#Int#]; name=myParam
|
|
}
|