misleading error for case class with leading using clause #15202
Labels
area:reporting
Error reporting including formatting, implicit suggestions, etc
good first issue
Perfect for someone who wants to get started contributing
itype:enhancement
Spree
Suitable for a future Spree
Compiler version
At least 3.1.2 and 3.2.0-RC1-bin-20220514-bb29e20-NIGHTLY-git-bb29e20 (17.0.3, Java OpenJDK 64-Bit Server VM).
Minimized code
Output
Error: A case class must have at least one non-implicit parameter list
Expectation
Either works using the first non-implicit argument list, or at least complains that it is not possible to have the first argument list implicit.
The text was updated successfully, but these errors were encountered: