- Introduced
SealedUtils.instancesFor
macro which lists instances of some typeclass for every case class (non-abstract subclass) of a sealed hierarchy - Introduced
@showAst
annotation which works similarly to.showAst
extension macro but can be used on definitions (classes, objects, members) instead of just expressions. However, it requirescommons-analyzer
compiler plugin to be enabled.