const internal/types/errors.ImpossibleAssert

4 uses

	internal/types/errors (current package)
		code_string.go#L104: 	_ = x[ImpossibleAssert-95]
		codes.go#L869: 	ImpossibleAssert

	go/types
		expr.go#L1214: 		check.errorf(e, ImpossibleAssert, "impossible type switch case: %s\n\t%s cannot have dynamic type %s %s", e, x, T, cause)
		expr.go#L1218: 	check.errorf(e, ImpossibleAssert, "impossible type assertion: %s\n\t%s does not implement %s %s", e, T, x.typ, cause)