We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb6e2e commit 250bef1Copy full SHA for 250bef1
1 file changed
lua/pytrize/call_spec.lua
@@ -62,6 +62,7 @@ end
62
local LITERALS = {
63
integer = true,
64
float = true,
65
+ none = true,
66
['true'] = true,
67
['false'] = true,
68
}
0 commit comments