Without the import you will get a warning if you define an implicit conversion. AFAICT that’s still the case in the latest version of Scala. But it’s possible that that warning is silenced somehow in your setup if you’re trying it in a REPL, or that it’s already enabled for your entire project with a compiler flag or an sbt plugin.
1 Like