Skip to content

Fix edge case in ReadTasty.scala #10596

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

Conversation

abgruszecki
Copy link
Contributor

@abgruszecki abgruszecki commented Dec 2, 2020

It can happen that a module named className exists and no class with same exists, yet the module class name is still suffixed with $ (see testcase).

Fixed #10499.

It can happen that a module named `className` exists and no class with same
exists, yet the module class name is still suffixed with `$` (see testcase).
@abgruszecki abgruszecki marked this pull request as ready for review December 2, 2020 16:09
@abgruszecki abgruszecki merged commit 0a689f2 into scala:master Dec 3, 2020
@abgruszecki abgruszecki deleted the scala3doc/readtasty-edgecase-fix branch December 3, 2020 10:20
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.

Tasty could not load type and object pair if type is defined in package object
3 participants