class Foo {} var foo = Foo(1, 2, 3); # expect runtime error: Expected 0 arguments but got 3.