Files
swift-mirror/test/SourceKit/Refactoring/find-rename-ranges/enum_case.in.json
Alex Hoppen 4c1d875cf8 Remove the syntacticrename request
`source.request.find-syntactic-rename-ranges` should be used instead.
2023-11-10 11:46:47 -08: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
}
]
}
]