8 lines
83 B
Kotlin
Vendored
8 lines
83 B
Kotlin
Vendored
fun some(): Int {
|
|
try {
|
|
}
|
|
catch () {
|
|
}
|
|
finally {}
|
|
<caret>
|
|
} |