1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00
semantic/test/fixtures/ruby/corpus/misc.A.rb

12 lines
82 B
Ruby
Raw Normal View History

2017-07-08 01:17:15 +03:00
foo(a) do
end
foo.bar do |x, name: i, *args|
end
foo(a) { |x| }
2017-07-07 23:53:16 +03:00
__END__
word
x