Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/error_highlight/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ def prism_spot_call_for_args
def prism_spot_local_variable_operator_write_for_name
prism_location(@node.binary_operator_loc.chop)
end

# Example:
# x += 1
# ^
Expand Down Expand Up @@ -842,7 +842,7 @@ def prism_spot_constant_path
prism_location(location)
end
end

# Example:
# Foo::Bar += 1
# ^^^^^^^^
Expand Down