Skip to content

Commit 0c11d6d

Browse files
committed
Add test case
1 parent 79686e6 commit 0c11d6d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/pos/i2948.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)