mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
5 lines
385 B
Swift
5 lines
385 B
Swift
// RUN: not %refactor -syntactic-rename -source-filename %s -pos="ignore" -old-name "a" -new-name " "
|
|
// RUN: not %refactor -syntactic-rename -source-filename %s -pos="ignore" -is-function-like -old-name "foo(a:)" -new-name "foo( :)"
|
|
// RUN: not %refactor -syntactic-rename -source-filename %s -pos="ignore" -is-function-like -old-name "foo" -new-name "foo( )"
|
|
|
|
func /*ignore*/foo() {} |