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.
3.3.3, 3.4.0,
//> using options -Wunused:all def test(list: List[Int]): Int = import list.{head => first} first
4 | import list.{head => first} | ^^^^^^^^^^^^^ | unused import
Should not warn