blob: ed2b2d6715d26eba8be1fe9a763aa65c8f0b87de [file] [log] [blame]
// 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() {}