diff options
Diffstat (limited to 'test/hover')
-rw-r--r-- | test/hover/init.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua index 95764923..40474bf5 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -2130,3 +2130,10 @@ local m = { [[ (enum) A ]] + +TEST [[ +local <?x?> = 1 << 2 +]] +[[ +local x: integer = 4 +]] |