We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0e567c1
def foo(implicit x: Int): Int = x foo(0)
Compiles without a warning
The call to foo(0) should emit a warning and suggest using a using parameter list
foo(0)
using