Open MateuszKubuszok opened 6 years ago
Figure out if issues like:
type X = cats.Eq; val X = cats.Eq @Semi(X) final case class Test(a: String) // scala.reflect.macros.TypecheckException: not found: type X
import cats.{ Eq => X } @Semi(X) final case class Test(a: String) // scala.reflect.macros.TypecheckException: not found: type X
can be fixed.
Currently marked as known issues, but I have no idea how to approach it.
Figure out if issues like:
can be fixed.
Currently marked as known issues, but I have no idea how to approach it.