blob: f1d4b4462d849448256a16ae43f5ae228db8e66e [file] [log] [blame]
// "Remove 'val' from parameter" "true"
// WITH_RUNTIME
fun f() {
try {
} catch (<caret>val e: Exception) {
}
}