Details
Description
While this statement is compiled normally:
{var->} ({->it})The following one causes the compile error:
label: {var->}
({->it})
expecting EOF, found '(' at line: 1, column: 16
While this statement is compiled normally:
{var->} ({->it})({->it})
expecting EOF, found '(' at line: 1, column: 16