Skip to content

Commit 4d8de4e

Browse files
committed
Add checkfile
1 parent bcd3796 commit 4d8de4e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/neg/module-class-name.check

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[287..289..292] in module-class-name.scala
2+
value foo is not a member of object Test.C
3+
[247..248] in module-class-name.scala
4+
Found: object Test.C
5+
Required: Int
6+
[192..193] in module-class-name.scala
7+
Found: object Test.C
8+
Required: Test.C
9+
[127..128] in module-class-name.scala
10+
Found: Test.C.type
11+
Required: Test.C
12+
[74..75] in module-class-name.scala
13+
Found: Test.C.type
14+
Required: Test.C

0 commit comments

Comments
 (0)