class X::Method::Private::Unqualified does X::Comp { }

当对除 self 之外的任何内容进行私有方法调用且该调用未完全限定时,将引发编译时错误。

例如

1!priv

将使用

===SORRY!===
Private method call to priv must be fully qualified with the package containing the method

方法§

方法 method§

method method(--> Str:D)

返回触发错误的私有方法的名称。