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
Uh oh!
There was an error while loading. Please reload this page.
-
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