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 545235a commit 065b6b9Copy full SHA for 065b6b9
tests/neg/exports.check
@@ -11,7 +11,7 @@
11
25 | export printUnit.bitmap // error: no eligible member
12
| ^
13
| non-private method bitmap in class Copier refers to private value printUnit
14
- | in its type signature => Copier.this.printUnit.bitmap.type
+ | in its type signature => Copier.this.printUnit.bitmap$
15
-- [E120] Duplicate Symbol Error: tests/neg/exports.scala:23:33 --------------------------------------------------------
16
23 | export printUnit.{stat => _, _} // error: double definition
17
0 commit comments