mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
I could never remember the command to run batch code completion tests. Add a lit substitution for it.
7 lines
152 B
Swift
7 lines
152 B
Swift
// RUN: %batch-code-completion
|
|
|
|
func test(myParam: Int) {
|
|
copy #^COPY^#
|
|
// COPY: Decl[LocalVar]/Local: myParam[#Int#]; name=myParam
|
|
}
|