1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00
semantic/test/fixtures/ruby/corpus/when-else.B.rb
2018-09-17 09:30:03 -07:00

9 lines
53 B
Ruby

case foo
when bar
baz
when x
when y
else
qoz
end