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 isn't actually. An import selector is an envelope of a number of possible selections of term or type names, and their overloaded variants. Mixing this with deprecation checking would be a large step towards attaining final big ball of mud status without gaining anything substantial.
- keep all imports around until erasure
- traverse import qualifiers to do cross version checks on their constituents
- fix parts of the build that imported the deprecated package scala.collection.JavaConverters
Fixesscala#15479
Uh oh!
There was an error while loading. Please reload this page.
Compiler version
3.1.2
Minimized code
Output
Expectation
Selecting from a deprecated thing should warn, even if an import is implicated. (Edited for clarity.)
The text was updated successfully, but these errors were encountered: