diff --git a/tests/outputs/class.lua b/tests/outputs/class.lua index fb8f10d..076c04d 100644 --- a/tests/outputs/class.lua +++ b/tests/outputs/class.lua @@ -495,4 +495,12 @@ ClassMan = (function() self.world = 23423 self.red = function(self) end return _class_0 -end)() \ No newline at end of file +end)() +x = self +local y = self.__class +self(something) +self.__class(something) +local self = self + self / self +self = 343 +self.hello(2, 3, 4) +local _ = hello[self].world \ No newline at end of file