type github.com/google/go-cmp/cmp.TypeAssertion

7 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L579: 	s.compareAny(TypeAssertion{&typeAssertion{pathStep{vx.Type(), vx, vy}}})
		path.go#L66: 	_ PathStep = TypeAssertion{}
		path.go#L289: type TypeAssertion struct{ *typeAssertion }
		path.go#L294: func (ta TypeAssertion) Type() reflect.Type             { return ta.typ }
		path.go#L295: func (ta TypeAssertion) Values() (vx, vy reflect.Value) { return ta.vx, ta.vy }
		path.go#L296: func (ta TypeAssertion) String() string                 { return fmt.Sprintf(".(%v)", value.TypeString(ta.typ, false)) }
		report_value.go#L69: 	case TypeAssertion: