mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
def f(a = b c); end
|
|
^ unexpected local variable or method; expected a `)` to close the parameters
|
|
^ unexpected ')', expecting end-of-input
|
|
^ unexpected ')', ignoring it
|
|
|