-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scaladoc issue with capture checking #19967
Comments
nicolasstucki
added
itype:bug
area:doctool
area:experimental:cc
Capture checking related
labels
Mar 18, 2024
@Florian3k, this type ContextualMethodType(List(x$1), List(AnnotatedType(AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),CanThrow),List(TypeRef(NoPrefix,type E))),ConcreteAnnotation(Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class internal)),class ErasedParam)]),<init>),List())))), TypeRef(NoPrefix,type R)): scala.PolyFunction {
def apply(x$1: scala.CanThrow[E] @scala.annotation.internal.ErasedParam): R
} is a (erased x$1: scala.CanThrow[E]) ?=> R |
This is most likely not related to capture checking. |
Florian3k
added a commit
that referenced
this issue
May 6, 2024
Fixes #19967 Improves rendering of refined function types - unneeded parameters names are omitted when possible
WojciechMazur
pushed a commit
to WojciechMazur/dotty
that referenced
this issue
May 6, 2024
Fixes scala#19967 Improves rendering of refined function types - unneeded parameters names are omitted when possible
WojciechMazur
pushed a commit
that referenced
this issue
Jul 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler version
3.4.0
Reproduction
Build.scala
Output
Expectation
Should generate doc with no warnings
The text was updated successfully, but these errors were encountered: