## Compiler version [`https://github.com/scala/scala3/commit/0e567c17afb5b2c254f56922fc694d0f30d4ad9c`](https://github.com/scala/scala3/commit/0e567c17afb5b2c254f56922fc694d0f30d4ad9c) ## Minimized code ```scala def foo(implicit x: Int): Int = x foo(0) ``` ## Output Compiles without a warning ## Expectation The call to `foo(0)` should emit a warning and suggest using a `using` parameter list