1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 13:02:37 +03:00
semantic/test/fixtures/ruby/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)