pull/15589/head
ComputerGuy 6 months ago
parent a14644019b
commit 5c3a1534cc

@ -120,6 +120,10 @@ export function CallExpression(node, context) {
e.state_invalid_placement(node, rune); e.state_invalid_placement(node, rune);
} }
if (node.arguments.length > 1) {
e.rune_invalid_arguments_length(node, rune, 'zero or one arguments');
}
break; break;
case '$state.raw': case '$state.raw':
case '$derived': case '$derived':

Loading…
Cancel
Save