@ -101,6 +101,10 @@ test("Testing singletons", function()
assert(T1() ~= T2())
end)
test("Testing extra args", function()
assert(not pcall(function() Vec(1,2,3) end))
test("Testing __add metamethod", function()
assert(v + Vec(5,6) == Vec(6,9))
The note is not visible to the blocked user.