class Foo {} var foo = Foo(1, 2, 3); // out: TypeError: init() takes 0 arguments but 3 were given