Skip to content

Commit fc9c276

Browse files
committed
Add test
1 parent c038bd2 commit fc9c276

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/pickling/i2437.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
object Test {
2+
def foo(arg: Any) = arg match {
3+
case bla: List[t] =>
4+
}
5+
}

0 commit comments

Comments
 (0)