Files
swift-mirror/test/SourceKit/Refactoring/syntactic-rename/comment.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

21 lines
407 B
JSON

[
{
"key.name": "example",
"key.newname": "Example",
"key.is_function_like": 1,
"key.is_non_protocol_type": 0,
"key.locations": [
{
"key.line": 31,
"key.column": 21,
"key.nametype": source.syntacticrename.unknown
},
{
"key.line": 33,
"key.column": 27,
"key.nametype": source.syntacticrename.unknown
}
]
}
]