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 symbols of trees do not have enough information to determine the
full dependencies. For example, if we have an `Ident` we need to look at
its type to figure out which is the `this` prefix on which it is defined.
Fixscala#18434
The symbols of trees do not have enough information to determine the
full dependencies. For example, if we have an `Ident` we need to look at
its type to figure out which is the `this` prefix on which it is defined.
Fixscala#18434
Issue #18393 can still be reproduced if the macro call
${ this.impl() }
is replaced by${ impl() }
:scala3-compiler-bootstrapped/testCompilation tests/pos-macros/i18393
and observe an error.The text was updated successfully, but these errors were encountered: