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, because we're not emitting a generic
signature for the parent, see scala#6349.
0 commit comments