You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[warn] -- [E198] Unused Symbol Warning: /home/gael/Repositories/Gael/bug-reproduction/import-failure/src/main/scala/Dog.scala:1:11
[warn] 1 |import Dog.Owner
[warn] | ^^^^^
[warn] | unused import
[warn] one warning found
Expectation
Import should not be reported. Removing the import makes the compilation fail, as expected. Removing the internal import import Dog.* makes the message disappear.
The text was updated successfully, but these errors were encountered:
Compiler version
3.5.2
Minimized code
Output
Expectation
Import should not be reported. Removing the import makes the compilation fail, as expected. Removing the internal import
import Dog.*
makes the message disappear.The text was updated successfully, but these errors were encountered: