mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
6 lines
172 B
Plaintext
6 lines
172 B
Plaintext
a ? b c : d e
|
|
^ expected a `:` after the true expression of a ternary operator
|
|
^ unexpected ':', expecting end-of-input
|
|
^ unexpected ':', ignoring it
|
|
|