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 74f8597 commit ea71c63Copy full SHA for ea71c63
tests/neg/i8632.check
@@ -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
@@ -1,3 +1,3 @@
object Test {
- Nil.toString.foo(1)
+ Nil.toString.foo(1) // error
}
0 commit comments