We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a657336 commit 8904252Copy full SHA for 8904252
test/SourceKit/Refactoring/shorthand_shadow.swift
@@ -32,7 +32,7 @@ func renameBuiltinMacroWithoutHash() {
32
// RUN: not %sourcekitd-test -req=find-local-rename-ranges -pos=%(line+1):9 %s -- %s 2>&1 | %FileCheck %s --check-prefix=BUILTIN
33
_ = file
34
}
35
- // BUILTIN: error: cannot rename system symbol 'file'
+ // BUILTIN: error: cannot rename system symbol 'file()'
36
37
38
0 commit comments