Files
swift-mirror/test/IDE/move_expr.swift
Alex Hoppen a5a17aa955 [tests] Add a %batch-code-completion lit substitution
I could never remember the command to run batch code completion tests. Add a lit substitution for it.
2023-09-18 13:57:49 -07:00

7 lines
161 B
Swift

// RUN: %batch-code-completion
func test(myParam: Int) {
consume #^CONSUME^#
// CONSUME: Decl[LocalVar]/Local: myParam[#Int#]; name=myParam
}