-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
scala/scala
#10786Milestone
Description
Reproduction steps
Scala version: 2.13.14
under -Xsource:3-cross, import ExecutionContext.Implicits.given is ignored rather than taken as *.
Problem
If cross-compiling, I don't want *, even if scala 2 must approximate given.
Also, it would probably be easy to just make given actually work in imports.