diff --git a/src/Raku/Actions.nqp b/src/Raku/Actions.nqp index 2d6ba58fc22..9ddfa90a1e6 100644 --- a/src/Raku/Actions.nqp +++ b/src/Raku/Actions.nqp @@ -101,6 +101,7 @@ role Raku::CommonActions { # The actions associated with the base Raku grammar class Raku::Actions is HLL::Actions does Raku::CommonActions { + method OperatorProperties() { $OperatorProperties } #------------------------------------------------------------------------------- # Compilation unit, language version and other entry point bits