Result variable
Author: LGTM
import go
from ResultVariable err
where err.getType() = Builtin::error().getType()
select err
Description
Finds result variables of type "error".
import go
from ResultVariable err
where err.getType() = Builtin::error().getType()
select err
Finds result variables of type "error".