-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Flatten breaks classSym.linkedClass #348
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
Labels
Comments
DarkDimius
added a commit
to dotty-staging/dotty
that referenced
this issue
Feb 11, 2015
DarkDimius
added a commit
to dotty-staging/dotty
that referenced
this issue
Feb 11, 2015
DarkDimius
added a commit
to dotty-staging/dotty
that referenced
this issue
Feb 17, 2015
DarkDimius
added a commit
to dotty-staging/dotty
that referenced
this issue
Feb 17, 2015
smarter
pushed a commit
to smarter/dotty
that referenced
this issue
Mar 1, 2015
DarkDimius
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 11, 2015
DarkDimius
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 11, 2015
DarkDimius
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 18, 2015
tgodzik
added a commit
to tgodzik/scala3
that referenced
this issue
Apr 29, 2025
Backport "Fix isGenericArrayElement for higher-kinded types" to 3.3 LTS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On an example:
synthetic module class java.util.jar.Attributes.Name before flatten had name
Name$
.After Flatten it has name
java$util$jar$Attributes$Name$
And if someone calls
linkedClass
after flatten it would return NoSymbol as java.util.jar package has no definition namedjava$util$jar$Attributes$Name
The text was updated successfully, but these errors were encountered: