From 231e4e3b2be6f815c1d6734185537f777ef32d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Fri, 1 Apr 2022 16:59:53 +0800 Subject: update --- test/hover/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/hover/init.lua') diff --git a/test/hover/init.lua b/test/hover/init.lua index fe8b0e3f..258654d1 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -183,7 +183,7 @@ t = { TEST [[ local = {} ]] -"local obj: {}" +"local obj: table" --TEST [[ --local mt = {} @@ -450,7 +450,7 @@ local any = collectgarbage() t[any] = any ]] [[ -local t: {} +local t: table ]] TEST[[ -- cgit v1.2.3