func go/types.Default

10 uses

	go/types (current package)
		assignments.go#L58: 				target = Default(x.typ)
		assignments.go#L67: 				target = Default(x.typ)
		assignments.go#L176: 			typ = Default(typ)
		builtins.go#L1018: 		list[i] = NewVar(nopos, nil, "", Default(param))
		conversions.go#L115: 			final = Default(x.typ) // default type of untyped nil is untyped nil
		expr.go#L438: 		return Default(x.typ), nil, 0
		expr.go#L540: 		check.updateExprType(x.expr, Default(x.typ), true)
		expr.go#L541: 		check.updateExprType(y.expr, Default(y.typ), true)
		infer.go#L358: 		d := Default(typ)
		predicates.go#L525: func Default(t Type) Type {