On Thu Jul 30 19:16:11 2009, wayland wrote:
> Rakudo version: latest on ins2 branch
> Parrot version: parrot-1.4.0-6.fc10.i386
> 
> Test script:
> 
> ------------------------------------------------------------
> 
> #!/usr/bin/perl6
> 
> role A {...}
> 
> role A {
>          has $.variable;
> }
> 
> A.new();
> 
> ------------------------------------------------------------
> 
> Output:
> 
> ------------------------------------------------------------
> 
> $ perl6 foo/p6bug1.pl
> Ambiguous dispatch to multi '_block20'. Ambiguous candidates had
signatures:
> :()
> :()
> in Main (foo/p6bug1.pl:9)
> 
> ------------------------------------------------------------
> 
> Expected output: none
> 
Works now; assigning to moritz++ for tests.

Jonathan

Reply via email to