1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 22:01:46 +03:00
semantic/test/fixtures/ruby/method-calls.A.rb

6 lines
86 B
Ruby
Raw Normal View History

2017-02-23 01:41:30 +03:00
x.foo()
2017-07-07 19:15:24 +03:00
foo(a, b, :c => 2, d: 3)
foo(bar(a),)
foo([] => 1, *bar, &blk, -> (a) { 1 })