## Minimized code ```Scala def foo = for { x <- Option(23) given Int = x } () ``` ## Output ```scala 3 | given Int = x | ^ |this case is unreachable since type any2stringadd$ and class Integer are unrelated ``` ## Expectation