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 28751a1 commit ef01848Copy full SHA for ef01848
tests/run/unittest_collection.scala
@@ -4,11 +4,11 @@ object Test {
4
5
def main(args: Array[String]): Unit = {
6
test(collection.mutable.ArrayBuffer[String]())
7
-// test(collection.mutable.ListBuffer[String]())
8
-// class BBuf(z:ListBuffer[String]) extends BufferProxy[String] {
9
-// def self = z
10
-// }
11
-// test(new BBuf(collection.mutable.ListBuffer[String]()))
+ test(collection.mutable.ListBuffer[String]())
+ class BBuf(z:ListBuffer[String]) extends BufferProxy[String] {
+ def self = z
+ }
+ test(new BBuf(collection.mutable.ListBuffer[String]()))
12
}
13
14
def test(x: Buffer[String]): Unit = {
0 commit comments