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.
try
1 parent 2268942 commit 8181ab8Copy full SHA for 8181ab8
tests/pickling/i4006c.scala
@@ -0,0 +1,4 @@
1
+class Foo {
2
+ inline def foo: Int = try { 1 } catch { case _ => 4 }
3
+ foo
4
+}
0 commit comments