---
source: crates/rascal/src/program.rs
expression: parsed
input_file: samples/as2_errors/special_functions/mblength.as
---
error: Wrong number of parameters; mblength requires exactly 1.
╭▸ mblength.as:1:1
│
1 │ mblength();
│ ━━━━━━━━━━
╰╴
error: Wrong number of parameters; mblength requires exactly 1.
╭▸ mblength.as:2:1
│
2 │ mblength("a", "b");
╰╴━━━━━━━━━━━━━━━━━━