Skip to content

Commit 8181ab8

Browse files
committed
Add try pickling test case
1 parent 2268942 commit 8181ab8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/pickling/i4006c.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
class Foo {
2+
inline def foo: Int = try { 1 } catch { case _ => 4 }
3+
foo
4+
}

0 commit comments

Comments
 (0)