=begin pod =TITLE class X::Declaration::Scope class X::Declaration::Scope does X::Comp { } Compile time error thrown when a declaration does not harmonize with the declared scope. For example has sub f() { } dies with ===SORRY!=== Cannot use 'has' with sub declaration =head1 Methods =head2 scope method scope() returns Str:D Returns a string representation of the scope, usually the same keyword that is used for the declaration (C<"my">, C<"our">, C<"has">, ...); =head2 declaration method declaration() returns Str:D Describes the symbol that has been declared in a wrong scope. =end pod