Open
Description
Compiler version
Scala 3.5.2
Minimized code
class C()(implicit s: String = ""); C()
Output
method $lessinit$greater$default$1 in object C must be called with () argument
Expectation
Should compile
Thanks to @SethTisue for the help with minimizing the sample code 🙂