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
I've checked other opened issues and it doesn't seem there's one like this (if that's the case, sorry and please close this).
Also I'm not sure since when the issue appears because we have excluded the unused import warnings in our projects. The minimizer, though, I tried with 3.7.1-RC1 and 3.nightly.
I've checked other opened issues and it doesn't seem there's one like this (if that's the case, sorry and please close this).
Also I'm not sure since when the issue appears because we have excluded the unused import warnings in our projects. The minimizer, though, I tried with 3.7.1-RC1 and 3.nightly.
Compiler version
3.nightly
Minimized code
Output
Expectation
No warn is emitted as this import is needed by Jsoniter derives.
The import, when removed as suggested by the compiler, makes the compilation fail:
The text was updated successfully, but these errors were encountered: