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 f373c46 commit b824834Copy full SHA for b824834
compiler/test/dotty/tools/repl/ShadowingTests.scala
@@ -80,7 +80,7 @@ class ShadowingTests extends ReplTest(options = ShadowingTests.options):
80
shadowed = "class C(val c: Int)",
81
script =
82
"""|scala> new C().c
83
- |-- Error: ----------------------------------------------------------------------
+ |-- [E171] Type Error: ----------------------------------------------------------
84
|1 | new C().c
85
| | ^^^^^^^
86
| | missing argument for parameter c of constructor C in class C: (c: Int): C
0 commit comments