Files
kotlin-fork/testData/ast/tryStatement/statement/emptyTryWithTwoCatchesWithoutFinally.jav
T
Sergey Ignatov 992675a1bc *_mult avoided
2011-11-07 13:36:13 +04:00

1 line
84 B
Java

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