Skip to content

Conversation

@tanishiking
Copy link
Member

fix #24711

Java nested types like java.util.Map.Entry were incorrectly displayed with (java.util.Map#Entry) in error messages, which is invalid syntax in Scala and cannot be used by devtools.

@tanishiking tanishiking marked this pull request as draft January 8, 2026 14:28
…ages

Java nested types like `java.util.Map.Entry` were incorrectly displayed
with (`java.util.Map#Entry`) in error messages, which is invalid syntax in Scala and cannot be used by devtools.
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.

Scala compiler uses an invalid type java.util.Map#Entry[String, Int] in the compilation error message

1 participant