updated test

This commit is contained in:
leaf corcoran 2012-01-08 22:24:58 -08:00
parent 3fc11c813e
commit cd240444de

View File

@ -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