Put cursor on hunk.added.count, code action is Replace with local alias 'removed'
Expected to be added
--- @class (exact) Node
--- @field start integer
--- @field count integer
--- @class Hunk
--- @field added Node
--- @field removed Node
--- @type Hunk
local hunk
local start, added, removed = hunk.added.start, hunk.added.count, hunk.removed.count
local _ = start + hunk.added.count - 1