From 02eb7711f5764bd44d07c886c492f8de9a6048bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 29 Mar 2022 02:39:09 +0800 Subject: not support fornow --- test/references/all.lua | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/test/references/all.lua b/test/references/all.lua index 5d92508d..aec6e721 100644 --- a/test/references/all.lua +++ b/test/references/all.lua @@ -39,26 +39,26 @@ function mt:() end ]] -TEST [[ ----@class Dog -local mt = {} -function mt:() -end - ----@class Master -local mt2 = {} -function mt2:init() - ---@type Dog - local foo = self:doSomething() - ---@type Dog - self.dog = getDog() -end -function mt2:feed() - self.dog:() -end -function mt2:doSomething() -end -]] +--TEST [[ +-----@class Dog +--local mt = {} +--function mt:() +--end +-- +-----@class Master +--local mt2 = {} +--function mt2:init() +-- ---@type Dog +-- local foo = self:doSomething() +-- ---@type Dog +-- self.dog = getDog() +--end +--function mt2:feed() +-- self.dog:() +--end +--function mt2:doSomething() +--end +--]] TEST [[ local function f() -- cgit v1.2.3