func go/types.Default

9 uses

	go/types (current package)
		assignments.go#L47: 			target = Default(x.typ)
		assignments.go#L154: 			typ = Default(typ)
		builtins.go#L880: 		list[i] = NewVar(token.NoPos, nil, "", Default(param))
		conversions.go#L105: 			final = Default(x.typ) // default type of untyped nil is untyped nil
		expr.go#L718: 		return Default(x.typ), nil, 0
		expr.go#L819: 		check.updateExprType(x.expr, Default(x.typ), true)
		expr.go#L820: 		check.updateExprType(y.expr, Default(y.typ), true)
		infer.go#L299: 			targ := Default(arg.typ)
		predicates.go#L451: func Default(t Type) Type {