Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[prism/compiler] end_cursor should never be NULL
This fixes a failed assertion reported to SimpleCov simplecov-ruby/simplecov#1113 The smallest repro I can make consists of 2 files test.rb containing the following code: ``` require 'coverage' Coverage.start(branches: true) require_relative 'broken.rb' ``` and `broken.rb` containing this ``` @foo&.bar(@baz) ```
- Loading branch information