You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite dotty.tools.dottydoc.staticsite.Yaml in Java
To work properly, `TypeReference` relies on using runtime reflection to
get the generic arguments it was instantiated with, this does not work
currently with Dotty, probably because we're not emitting a generic
signature somewhere.
0 commit comments