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 does not seem that the upstream issue will be fixed any time
soon due to binary compatibility concerns. Nevertheless, it makes
no sense, and it is not possible possible to create a *value* of
a "package type".
Therefore, we work around the issue by tolerating a `PackageRef`
as the type of a PARAM of an inline accessor method. We replace it
by `Nothing`, which matches the fact that no value can be created
for it.
Note that the *signature* and therefore the *signed name* of such
a method will be different from what dotc computes, so it will
still be semantically broken.
sjrd
added a commit
to scalacenter/tasty-query
that referenced
this issue
Dec 18, 2023
Compiler version
3.1, 3.2, 3.3
Minimized code
Output
Expectation
We should not add the parameter that abstracts over the package.
The text was updated successfully, but these errors were encountered: