Get runtime JVM class name out of TypeRepr #17832
scf37
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TypeRepr.classSymbol.fullName
does not always represent runtime class name as seen here #13321Doing
Class.forName(classSymbol.fullName.replace(".$", "$"))
works but is fragile.Beta Was this translation helpful? Give feedback.
All reactions