File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,8 @@ local JdtlsClient = require('java-core.ls.clients.jdtls-client')
2424--- @field children java-core.TestDetailsWithRange[]
2525
2626--- @class java-core.TestRange
27- --- @field start CursorPoint
28- --- @field end CursorPoint
29-
30- --- @class CursorPoint
31- --- @field line integer
32- --- @field character integer
27+ --- @field start nvim.CursorPoint
28+ --- @field end nvim.CursorPoint
3329
3430--- @class java-core.TestClient : java-core.JdtlsClient
3531local TestClient = class (JdtlsClient )
Original file line number Diff line number Diff line change 1+ --- @alias jdtls.RequestMethod
2+ --- | ' workspace/executeCommand'
3+ --- | ' java/inferSelection'
Original file line number Diff line number Diff line change 1+ --- @class nvim.Range
2+ --- @field end nvim.CursorPoint
3+ --- @field start nvim.CursorPoint
4+
5+ --- @class nvim.CursorPoint
6+ --- @field line integer
7+ --- @field character integer
You can’t perform that action at this time.
0 commit comments