Subject: | LTA error message when misspelling “method” (meathod bar($test)) |
From: | Aleks-Daniel Jakimenko-Aleksejev <alex.jakimenko [...] gmail.com> |
Date: | Mon, 14 Nov 2016 03:37:02 +0200 |
To: | rakudobug [...] perl.org |
Code:
class Foo {
meathod bar($name) {}
}
Result:class Foo {
meathod bar($name) {}
}
===SORRY!=== Error while compiling -e
Variable '$name' is not declared
at -e:2
------> meathod bar(⏏$name) {}