7 lines
78 B
Kotlin
7 lines
78 B
Kotlin
fun some(): Int {
|
|
try {
|
|
}
|
|
catch () {
|
|
}
|
|
finally {}<caret>
|
|
} |