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 03792ab commit bdb219bCopy full SHA for bdb219b
compiler/test-resources/repl/errorThenValid
@@ -1,10 +1,8 @@
1
scala> val xs = scala.collection.mutable.ListBuffer[Int]
2
1 | val xs = scala.collection.mutable.ListBuffer[Int]
3
| ^
4
- |Missing parameter type
+ | Missing parameter type
5
|
6
- |The argument types of an anonymous function must be fully known. (SLS 8.5)
7
- |Expected type: ?
8
- |Missing type for parameter elems
+ | I could not infer the type of the parameter elems.
9
scala> val xs = scala.collection.mutable.ListBuffer[Int]()
10
val xs: scala.collection.mutable.ListBuffer[Int] = ListBuffer()
0 commit comments