// updateDead puts unreachable "if" and "case" nodes into dead. func updateDead(info *types.Info, dead map[ast.Node]bool, node ast.Node) { … }
// updateDead puts unreachable "if" and "case" nodes into dead. func updateDead(info *types.Info, dead map[ast.Node]bool, node ast.Node) { … }