Skip to content

Fix missing code sections in Selectable #15994

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

Merged
merged 1 commit into from
Sep 8, 2022
Merged

Conversation

Sporarum
Copy link
Contributor

@Sporarum Sporarum commented Sep 7, 2022

This was particularly bad since
def applyDynamic(name: String, paramClasses: Class[_]*)(args: Any*): Any
Showed up as
def applyDynamic(name: String, paramClasses: Class[_])(args: Any): Any
With some italics

This was particularly bas since
`def applyDynamic(name: String, paramClasses: Class[_]*)(args: Any*): Any`
Showed up as
`def applyDynamic(name: String, paramClasses: Class[_])(args: Any): Any`
With some italics
@Sporarum Sporarum self-assigned this Sep 7, 2022
@Sporarum Sporarum merged commit c11f5cb into scala:main Sep 8, 2022
@Sporarum Sporarum deleted the fix-selectable branch October 20, 2022 11:24
@Kordyjan Kordyjan added this to the 3.2.2 milestone Aug 2, 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.

3 participants