diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-26 19:40:48 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-26 19:40:48 +0800 |
commit | 79bf3e605d282cdbe425eea1b5793fc97d8404da (patch) | |
tree | 8600103127c10d419a50fbd97933069b3b853a27 /test/hover | |
parent | 55b303d0beb1b08b5a50488e0bbba075a49d965d (diff) | |
download | lua-language-server-79bf3e605d282cdbe425eea1b5793fc97d8404da.zip |
close #135 param comment
Diffstat (limited to 'test/hover')
-rw-r--r-- | test/hover/init.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua index 54f1e451..4bfde29e 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -1441,11 +1441,3 @@ local <?y?> [[ local y: any ]] - -TEST [[ ----@param x string this is comment -function f(<?x?>) end -]] -[[ -local x: string -]] |