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
[perl #78200] [BUG] LTA error message when using attributes on type objects
Aleks-Daniel Jakimenko-Aleksejev via RT Sun, 05 Nov 2017 07:47:08 -0800
- [perl #78200] [BUG] LTA error mess... Aleks-Daniel Jakimenko-Aleksejev via RT
- [perl #78200] [BUG] LTA error... Aleks-Daniel Jakimenko-Aleksejev via RT
- [perl #78200] [BUG] LTA error... Daniel Green via RT