1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
semantic/test/fixtures/ruby/reprinting/function.rb

6 lines
43 B
Ruby
Raw Normal View History

def foo(x, y)
def bar(); end
2018-08-21 04:11:41 +03:00
x
5
end