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 eb201ff commit b6361e0Copy full SHA for b6361e0
tests/run/unittest_collection.scala
@@ -5,7 +5,7 @@ object Test {
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] {
+ class BBuf(z:ListBuffer[String]) extends BufferProxy[String] { // @odersky - bug here in scala 2.12 trait encoding seems like...
9
def self = z
10
}
11
test(new BBuf(collection.mutable.ListBuffer[String]()))
0 commit comments