2.3.6
- Fix bugs in wildcard and abstract type handling on Scala 3 by @neko-kai (#390)
Changes handling of equal-bounded abstract type members, for typetype X >: String <: String
a tagX|String..String
will be generated now, instead ofString
. (This returns to pre-2.3.0 behavior for Scala 2 version of izumi-reflect)
Full Changelog: v2.3.5...v2.3.6