summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/seattlerb/parse_line_return.txt
blob: 81021c26444a8dd6c625f7da8a62b5a10dc7addf (plain)
1
2
3
4
5
6
      def blah
        if true then
          return 42
        end
      end