Files
kotlin-fork/nj2k/testData/newJ2k/tryStatement/emptyTryWithTwoCatchesWithEmptyFinally.java
T
2019-04-03 11:24:19 +03:00

2 lines
107 B
Java
Vendored

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