Skip to content

Commit 065b6b9

Browse files
committed
Update check file
1 parent 545235a commit 065b6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/exports.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
25 | export printUnit.bitmap // error: no eligible member
1212
| ^
1313
| non-private method bitmap in class Copier refers to private value printUnit
14-
| in its type signature => Copier.this.printUnit.bitmap.type
14+
| in its type signature => Copier.this.printUnit.bitmap$
1515
-- [E120] Duplicate Symbol Error: tests/neg/exports.scala:23:33 --------------------------------------------------------
1616
23 | export printUnit.{stat => _, _} // error: double definition
1717
| ^

0 commit comments

Comments
 (0)