Increase test coverage for @free
, @module
and @tagless
macro annotations
#241
Labels
@free
, @module
and @tagless
macro annotations
#241
As suggested by @diesalbla we should provide a wider range of compilation tests for cases related to the expanded
@free
,@module
and@tagless
macro annotations. This is necessary to ensure things like adding multiple type args in traits, concrete members and other valid scala features to traits do not affect the expansion and their properties are preserved. This will also help us boost code coverage which currently is below desirable.The text was updated successfully, but these errors were encountered: