We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783c8bf commit ab4206fCopy full SHA for ab4206f
testsuite/ada_lsp/hover.incomplete_types/test.json
@@ -213,7 +213,7 @@
213
"contents": [
214
{
215
"language": "ada",
216
- "value": "type Incomplete is record\n Y : Integer;\nend record;"
+ "value": "type Incomplete;\n\ntype Incomplete is record\n Y : Integer;\nend record;"
217
},
218
"at p.ads (2:4)"
219
]
@@ -241,7 +241,15 @@
241
"wait": [
242
243
"id": 5,
244
- "result": null
+ "result": {
245
+ "contents": [
246
+ {
247
+ "language": "ada",
248
+ "value": "type Incomplete_2;"
249
+ },
250
+ "at p.ads (3:4)"
251
+ ]
252
+ }
253
}
254
255
0 commit comments