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
$ scala -Xsource:3
Welcome to Scala 2.13.15 -Xsource:3.0.0 (OpenJDK 64-Bit Server VM, Java 21.0.4).
Type in expressions for evaluation. Or try :help.
scala> import Ordering.given
import Ordering.{_=>given}
scala> 2
import Ordering.{_=>given}
^
<synthetic>:2: error: Wildcard import cannot be renamed
(To diagnose errors in synthetic code, try adding `// show` to the end of your input.)
val res0: Int = 2