From bcd360a954bdf0133dbcd2605e758aeda877ef7e 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, 24 Jun 2022 17:04:12 +0800 Subject: resolve #621 --- test/diagnostics/common.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/diagnostics') diff --git a/test/diagnostics/common.lua b/test/diagnostics/common.lua index e6bc86ef..1f8a782d 100644 --- a/test/diagnostics/common.lua +++ b/test/diagnostics/common.lua @@ -1695,3 +1695,11 @@ local t local n = t:upper() ]] + +TEST [[ +local t = {} + +function t:init() end + + +]] -- cgit v1.2.3