Skip to content
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

Add documentation on Repeated and RepeatedParamClass #18792

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

nicolasstucki
Copy link
Contributor

Close #18784

@nicolasstucki nicolasstucki marked this pull request as ready for review October 30, 2023 12:48
@nicolasstucki nicolasstucki marked this pull request as draft October 30, 2023 12:48
@nicolasstucki nicolasstucki marked this pull request as ready for review November 3, 2023 16:04
@@ -4314,6 +4340,9 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>

/** A dummy class symbol that is used to indicate repeated parameters
* compiled by the Scala compiler.
*
* Used to represent the type `scala.<repeated>[T]` which is
* a kind of sequence type of `T`s.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"a kind of sequence type" ? Might be simpler to put an @see Repeated, though I'm not sure if scaladoc will proparly create a link to the Repeated doc that way.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@smarter smarter merged commit cee2610 into scala:main Nov 8, 2023
18 checks passed
@smarter smarter deleted the fix-18784 branch November 8, 2023 15:25
@Kordyjan Kordyjan added this to the 3.4.0 milestone Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to invoke a varargs method with non-one number of arguments in reflect api
3 participants