1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 01:42:43 +03:00
semantic/test/fixtures/ruby/corpus/calls.A.rb

7 lines
74 B
Ruby
Raw Normal View History

2017-07-06 19:45:03 +03:00
foo(a, b, c: 1, :d => true)
a.b()
foo (b), a
foo(&block)
foo(*a)
foo(**b)