We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9781c commit 7ccdd94Copy full SHA for 7ccdd94
compiler/test/dotty/tools/repl/ShadowingTests.scala
@@ -78,6 +78,7 @@ class ShadowingTests extends ReplTest(options = ShadowingTests.options):
78
shadowed = "class C(val c: Int)",
79
script =
80
"""|scala> new C().c
81
+ |-- Error:
82
|1 | new C().c
83
| | ^^^^^^^
84
| | missing argument for parameter c of constructor C in class C: (c: Int): C
0 commit comments