mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
updated test
This commit is contained in:
parent
3fc11c813e
commit
cd240444de
@ -443,4 +443,13 @@ CoolSuper = (function()
|
||||
})
|
||||
_base_0.__class = _class_0
|
||||
return _class_0
|
||||
end)()
|
||||
end)()
|
||||
x = self.hello
|
||||
x = self.__class.hello
|
||||
self:hello("world")
|
||||
self.__class:hello("world")
|
||||
self.__class:one(self.__class:two(4, 5)(self.three, self.four))
|
||||
local xx
|
||||
xx = function(hello, world, cool)
|
||||
self.hello, self.__class.world = hello, world
|
||||
end
|
Loading…
Reference in New Issue
Block a user