blob: 76169f577e2f8307024411960b12efbffc174153 [file] [log] [blame]
try {
} catch (e: Exception) {
println(1)
} catch (e: IOException) {
println(0)
} finally {
}