class X::Attribute::NoPackage does X::Comp { }

当在没有意义的地方(例如主线中)声明属性时抛出编译时错误。

例如

has $.x;

死亡

You cannot declare attribute '$.x' here; maybe you'd like a class or a role?

方法§

方法名称§

method name(--> Str:D)

返回属性的名称