Files
kotlin-fork/j2k/tests/testData/ast/tryStatement/statement/emptyTryWithTwoCatchesWithoutFinally.jav
T
2012-01-27 18:33:52 +04:00

1 line
84 B
Java

try {} catch (Exception e) { println(1);} catch (IOException e) { println(0);}