We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67c607 commit 9416e3bCopy full SHA for 9416e3b
src/NQP/Grammar.nqp
@@ -590,15 +590,15 @@ grammar NQP::Grammar is HLL::Grammar {
590
]
591
592
[
593
- | <?[(]> <args>
+ | <args>
594
| ':' \s <args=.arglist>
595
]**0..1
596
}
597
598
token term:sym<self> { <sym> » }
599
600
token term:sym<identifier> {
601
- <deflongname> <?[(]> <args>
+ <deflongname> <args>
602
603
604
token term:sym<name> {
0 commit comments