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

25 lines
503 B
JSON

[
{
"key.name": "fourth",
"key.is_function_like": 0,
"key.is_non_protocol_type": 0,
"key.locations": [
{
"key.line": 45,
"key.column": 8,
"key.nametype": source.syntacticrename.definition
},
{
"key.line": 52,
"key.column": 21,
"key.nametype": source.syntacticrename.reference
},
{
"key.line": 61,
"key.column": 7,
"key.nametype": source.syntacticrename.reference
}
]
}
]