type go/types.Nil

6 uses

	go/types (current package)
		object.go#L554: type Nil struct {
		object.go#L603: 	case *Nil:
		object.go#L692: func (obj *Nil) String() string      { return ObjectString(obj, nil) }
		stmt.go#L280: 		_, ok := check.lookup(name.Name).(*Nil)
		typexpr.go#L138: 	case *Nil:
		universe.go#L169: 	def(&Nil{object{name: "nil", typ: Typ[UntypedNil], color_: black}})