Hey Tobias, it looks like you've been working on this ticket for over two
years. How is it going?
On 2015-04-09 12:09:55, FROGGS.de wrote:
> How about:
>
> (before)
> $ perl6-m -e 'class A { has $!x; method foo { say $!x } }; A.foo'
> Cannot look up attributes in a type object
> in method foo at -e:1
> in block <unit> at -e:1
>
> (after)
> $ perl6-m -e 'class A { has $!x; method foo { say $!x } }; A.foo'
> Cannot look up attributes in a type object. Perhaps you need to
> instanciate first?
> in method foo at -e:1
> in block <unit> at -e:1

Reply via email to