Skip to content

Commit ea71c63

Browse files
committed
Fix test and and check file
1 parent 74f8597 commit ea71c63

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

tests/neg/i8632.check

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- [E008] Not Found Error: tests/neg/i8632.scala:2:15 ------------------------------------------------------------------
2+
2 | Nil.toString.foo(1) // error
3+
| ^^^^^^^^^^^^^^^^
4+
| value foo is not a member of String

tests/neg/i8632.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
object Test {
2-
Nil.toString.foo(1)
2+
Nil.toString.foo(1) // error
33
}

0 commit comments

Comments
 (0)