In the following example, I would expect a message `Found hole with type: Char => Boolean`, but there is none. ```scala object Test { def foo(x: String): Boolean = x.exists(???) } ```