Files
ada_language_server/testsuite/codecs/hover_response.json
Maxim Reznik 131b5e1a36 S325-027 Add test for Hover response
According to LSP Hover may contain just one MarkedString or
array of MarkedString. Read single MarkedString as array
with Length = 1. Fix Write routine to match Read one.
2019-06-03 15:23:59 +03:00

10 lines
163 B
JSON

{"id":1,
"jsonrpc":"2.0",
"result": {
"contents": {
"language": "java",
"value": "void java.io.PrintStream.println(String x)"
}
}
}