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 f4abdd8 commit 2d9f6f7Copy full SHA for 2d9f6f7
tests/pos/i2112.scala
@@ -0,0 +1,7 @@
1
+import scala.collection.JavaConverters._
2
+
3
+object Test {
4
+ def test(x: Any): Unit = {
5
+ x.asInstanceOf[java.util.List[_]].asScala.toList
6
+ }
7
+}
0 commit comments