poslegm/brief

Support generic case classes

poslegm opened this issue · 0 comments

@Validation case class Test[T](a: T) // <- doesn't compile

Type parameters with their constraints should be propagated to generated create method parameters and argument types.