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
It's now `_: Type` instead of `for Type` and it works
for all kinds of imports. There are use cases for normal
imports as well. E.g.
```
import Color.{_: Color}
```
to get just the enum cases and nothing else.
0 commit comments