class X::Package::Stubbed does X::Comp { }

在有存根包但未在后面定义时,在 CHECK 时间抛出。

例如

class A { ... }     # literal ... 
class B { ... }     # literal ... 

抛出

===SORRY!===
The following packages were stubbed but not defined:
    A
    B

方法§

方法 packages§

method packages(--> Positional:D)

返回一个存根但未定义的包列表。