summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/seattlerb/difficult1_line_numbers2.txt
blob: 1964562416b577daeba0389d5425686e3fe02c1a (plain)
1
2
3
4
5
6
7
8
if true then
  p("a")
  b = 1
  p b
  c =1
end
a