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
Also: Give a better error message later when encountering a missing type
that refers to a private member of a base class. The previous one was
misleading since it referred to a potentially missing class file, which
is certainly not the case here.
Fixes#21543
Also: Give a better error message later when encountering a missing type that
refers to a private member of a base class. The previous one was misleading since
it referred to a potentially missing class file, which is certainly not the case here.
Fixes#21543
[Cherry-picked 472555d][modified]
Compiler version
crashes on both 3.3.0 and 3.5.0
Minimized code
Also the same code fails to compile here: https://scastie.scala-lang.org/migesok/VCm2LTz1ToWFmuG5mYBblw/1
It compiles fine if
private
modifier is removed.Output (click arrow to expand)
The text was updated successfully, but these errors were encountered: