# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #64270]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64270 >
<masak> rakudo: class A { has &!a = { say "OH HAI" }; method foo {
&!a() } };A.new.foo
<p6eval> rakudo 7af829: OUTPUT«No such attribute '!a' [...]
* masak submits rakudobug
The error message is contradictory, since there obviously is an
attribute '!a'. Using a dot when calling -- &!a.() -- produces the
same result.