9 lines
125 B
Kotlin
Vendored
9 lines
125 B
Kotlin
Vendored
// "Remove 'val' from parameter" "true"
|
|
// WITH_RUNTIME
|
|
fun f() {
|
|
try {
|
|
|
|
} catch (<caret>val e: Exception) {
|
|
|
|
}
|
|
} |