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
The problem is that resolving quotes.reflect requires an implicit search, which will need to evaluate the given, which will again need to look at the import that's currently being completed. If the import is a wildcard import, it is skipped, which explains the error message. if the import is explicit, as in
for this purpose, additional context was required in `TyperState`.
a stack was used for the conversion history.
Also, a more general fix for scala#12802 was applied.
Compiler version
3.0.0
Minimized code
Output
Expectation
Successful compilation since both 'Symbol' should refer to reflect.Symbol and not scala.Symbol
The text was updated successfully, but these errors were encountered: