mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
updated test
This commit is contained in:
parent
d7f8ade88e
commit
1ef297349a
@ -495,4 +495,12 @@ ClassMan = (function()
|
||||
self.world = 23423
|
||||
self.red = function(self) end
|
||||
return _class_0
|
||||
end)()
|
||||
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
|
Loading…
Reference in New Issue
Block a user