ruby/test/prism/fixtures/seattlerb/difficult1_line_numbers.txt

14 строки
106 B
Plaintext

if true
p 1
a.b 2
c.d 3, 4
e.f 5
g.h 6, 7
p(1)
a.b(2)
c.d(3, 4)
e.f(5)
g.h(6, 7)
end