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 79686e6 commit 0c11d6dCopy full SHA for 0c11d6d
tests/pos/i2948.scala
@@ -0,0 +1,5 @@
1
+import scala.collection.mutable.ListBuffer
2
+class Foo {
3
+ val zipped: ListBuffer[(String, Int)] = null
4
+ val unzipped: (ListBuffer[String], ListBuffer[Int]) = zipped.unzip
5
+}
0 commit comments