eg: Allow `import x.{*, given}` under `-Xsource:3` (https://github.com/scala/scala/pull/9736 by [@smarter](https://github.com/smarter)) And then , we can use `*` in import.
eg:
Allow
import x.{*, given}under-Xsource:3(scala/scala#9736 by @smarter)And then , we can use
*in import.