From 8b15b7c4dbe4ffc3bb517655a934b2b58c698664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 27 Nov 2019 17:47:08 +0800 Subject: =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=80=E4=B8=AA=E5=BC=95=E7=94=A8?= =?UTF-8?q?=E8=AE=A1=E7=AE=97bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-beta/references/init.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test-beta/references') diff --git a/test-beta/references/init.lua b/test-beta/references/init.lua index 98758c1a..896997b6 100644 --- a/test-beta/references/init.lua +++ b/test-beta/references/init.lua @@ -129,6 +129,11 @@ function table.() end ]] +TEST [[ +local mt = {} +local = setmetatable({}, mt) +]] + TEST [[ local mt = {} mt.x = 1 -- cgit v1.2.3