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