Variable write

Author: LGTM

import go

from Variable err, Write write
where
  err.getName() = 'err' and
  write = err.getAWrite()
select write, write.getRhs()

Description

Finds assignments to variables named "err".