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

8 lines
45 B
Ruby
Raw Normal View History

2017-02-23 01:36:22 +03:00
for x in y
f
2017-02-23 01:41:30 +03:00
end
2017-07-06 19:44:10 +03:00
for x, y in z do
f
end