slightly less confusing error message?
svn: r8332
This commit is contained in:
parent
b7fe6be3bf
commit
4e7fbad09a
|
@ -763,7 +763,7 @@
|
|||
"'[' cannot appear here. Array specifications must immediately follow the type. Methods begin with '('."
|
||||
srt ne))
|
||||
((open-separator? n-tok)
|
||||
(parse-error (format "Method parameters must begin with '(' found ~a." n-out) srt ne))
|
||||
(parse-error (format "Method parameter list must begin with '(', found ~a." n-out) srt ne))
|
||||
((id-token? n-tok)
|
||||
(parse-error
|
||||
(string-append
|
||||
|
|
Loading…
Reference in New Issue
Block a user