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 c038bd2 commit fc9c276Copy full SHA for fc9c276
tests/pickling/i2437.scala
@@ -0,0 +1,5 @@
1
+object Test {
2
+ def foo(arg: Any) = arg match {
3
+ case bla: List[t] =>
4
+ }
5
+}
0 commit comments