On Sun Dec 20 13:49:07 2009, masak wrote:
> <masak> mwhaha!
> <masak> I'm back to bother you with my endless bug reports :)
> <masak> rakudo: class A { method foo(@a: $x) { say $x } };
> A.new.foo("OH HAI")
> <p6eval> rakudo 8dc189:  ( no output )
> <masak> locally, "OH HAI"
> * masak submits rakudobug
> 
> I'm not really sure what should happen. Perhaps a compile-time error
> saying that the user is not to type the invocant parameter, or else.

It now bothers to type check the invocant and complains, rather than
just letting it pass.

Given to moritz++ for tests.

Jonathan

Reply via email to