Files
swift-mirror/test/SourceKit/Refactoring/syntactic-rename/invalid.in.json
Argyrios Kyrtzidis 60a91bb736 [refactoring] Upstreaming the implementation for Swift local refactoring (#11568)
[refactoring] Upstreaming the implementation for Swift local refactoring
2017-08-22 16:50:16 -07:00

15 lines
247 B
JSON

[
{
"key.name": "foo",
"key.newname": "newMethod",
"key.is_function_like": 0,
"key.is_non_protocol_type": 0,
"key.locations": [
{
"key.line": 17,
"key.column": 17,
"key.nametype": source.syntacticrename.call
}
]
}
]