src.elv.sh/pkg/eval/evaltest.errWithType.v (field)

3 uses

	src.elv.sh/pkg/eval/evaltest (current package)
		matchers.go#L94: type errWithType struct{ v error }
		matchers.go#L96: func (e errWithType) Error() string { return fmt.Sprintf("error with type %T", e.v) }
		matchers.go#L99: 	return reflect.TypeOf(e.v) == reflect.TypeOf(e2)