TagMacro: Dotty: return correct closestClass
in Tags
#133
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
scala3
scalac-issue
Blocked by scalac
Reported in #116 (comment)
Dotty version currently always uses
classOf[Any]
as theclosestClass
instead of finding the LUB of a type as the Scala 2 version does.The text was updated successfully, but these errors were encountered: