type runtime.TypeAssertionError

9 uses

	runtime (current package)
		error.go#L21: type TypeAssertionError struct {
		error.go#L28: func (*TypeAssertionError) RuntimeError() {}
		error.go#L30: func (e *TypeAssertionError) Error() string {
		iface.go#L45: 		panic(&TypeAssertionError{nil, typ, &inter.Type, name.Name()})
		iface.go#L92: 	panic(&TypeAssertionError{concrete: typ, asserted: &inter.Type, missingMethod: m.init()})
		iface.go#L263: 	panic(&TypeAssertionError{iface, have, want, ""})
		iface.go#L279: 	panic(&TypeAssertionError{nil, nil, want, ""})
		iface.go#L425: 		panic(&TypeAssertionError{nil, nil, &inter.Type, ""})
		iface.go#L452: 		panic(&TypeAssertionError{nil, nil, &inter.Type, ""})