7f88de1dba
White spaces in member lists are preserved
8 lines
82 B
Kotlin
8 lines
82 B
Kotlin
try
|
|
{}
|
|
catch (e : Exception) {
|
|
println(1)
|
|
}
|
|
catch (e : IOException) {
|
|
println(0)
|
|
} |