class X::Placeholder::Block does X::Comp {}

在不允许签名的块中使用占位符变量时抛出。

例如

class A { $^foo }

使用

Placeholder variable $^foo may not be used here because the surrounding block takes no signature

方法§

方法占位符§

返回(第一个)非法使用的占位符的名称。

类型图§

X::Placeholder::Block 的类型关系
raku-type-graph Block Block Code Code Block->Code Mu Mu Any Any Any->Mu Callable Callable Code->Any Code->Callable Routine Routine Routine->Block Macro Macro Macro->Routine Sub Sub Sub->Routine Method Method Method->Routine Submethod Submethod Submethod->Routine Regex Regex Regex->Method

展开上面的图表