From f33b06fd928fd3541eea99b11ee6caf9b249a49b 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, 8 Apr 2022 16:27:36 +0800 Subject: try flush cache --- test/diagnostics/common.lua | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'test/diagnostics') diff --git a/test/diagnostics/common.lua b/test/diagnostics/common.lua index 722bdea7..6aa1dd6a 100644 --- a/test/diagnostics/common.lua +++ b/test/diagnostics/common.lua @@ -1378,8 +1378,12 @@ TEST [[ ---@class A 1 ]] ---TEST [[ ---local value ---value = '1' ---value = value:gsub() ---]] +TEST [[ +return ('1'):gsub() +]] + +TEST [[ +local value +value = '1' +value = value:gsub() +]] -- cgit v1.2.3