class X::Syntax::InfixInTermPosition
ErrorsCollection

class X::Syntax::InfixInTermPosition

Compilation error due to an infix in term position

class X::Syntax::InfixInTermPosition does X::Syntax { }

Syntax error thrown when the parser expects a term, but finds an infix operator instead.

For example

1=> 2;

dies with

===SORRY!===
Preceding context expects a termbut found infix => instead

Methods

method infix

method infix(--> Str:D)

Returns the symbol of the infix that was found in term position.