type go/types.Nil

6 uses

	go/types (current package)
		object.go#L394: type Nil struct {
		object.go#L443: 	case *Nil:
		object.go#L528: func (obj *Nil) String() string      { return ObjectString(obj, nil) }
		stmt.go#L278: 		_, ok := check.lookup(name.Name).(*Nil)
		typexpr.go#L126: 	case *Nil:
		universe.go#L139: 	def(&Nil{object{name: "nil", typ: Typ[UntypedNil], color_: black}})