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
{{ message }}
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
In particular this leads to compilation error if the compiler flag -source:future is set. In any case, one would expect organize-imports to rewrite _ by * since the former is deprecated.
When importing
package.{given, *}
, the*
is replaced by_
, leading to compilation errors. E.g.This happens using the latest snapshot:
0.5.0+42-7e4a4f8a-SNAPSHOT
.The text was updated successfully, but these errors were encountered: