mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
test: add type annotations
This commit is contained in:
@@ -22,6 +22,9 @@ function Response:send(value, is_error)
|
||||
self._msgpack_rpc_stream._stream:write(data)
|
||||
end
|
||||
|
||||
--- @class test.MsgpackRpcStream
|
||||
--- @field private _stream test.Stream
|
||||
--- @field private __pack table
|
||||
local MsgpackRpcStream = {}
|
||||
MsgpackRpcStream.__index = MsgpackRpcStream
|
||||
|
||||
|
||||
Reference in New Issue
Block a user