lean4-htt/tests/lean/interactive/codeaction.lean.expected.out
2022-10-20 11:20:42 -07:00

12 lines
342 B
Text

{"title": "hello world",
"kind": "quickfix",
"edit":
{"documentChanges":
[{"textDocument": {"version": 0, "uri": "file://codeaction.lean"},
"edits":
[{"range":
{"start": {"line": 17, "character": 4},
"end": {"line": 17, "character": 4}},
"newText": "hello!!!"}]}],
"changes": {},
"changeAnnotations": {}}}