mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
a in b + c
|
|
^ unexpected '+', expecting end-of-input
|
|
^ unexpected '+', ignoring it
|
|
a => b + c
|
|
^ unexpected '+', expecting end-of-input
|
|
^ unexpected '+', ignoring it
|
|
|