You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--Error: tests/allan/Test.scala:8:8-------------------------------------------8|newC()("1")
|^|missing argument for parameter x of constructor C: (x: Int)(y: String):Test.C
The text was updated successfully, but these errors were encountered:
Previous logic would place them in the enclosing class instead of in
the companion object where they belong.
Also, define position for error that checks against multiple overloaded
alternatives with default arguments.
The following code snippet fails to compile with Dotty
The text was updated successfully, but these errors were encountered: