blob: e9be0391accc7b3a14fcd830c793ae3f3750b343 [file]
fun foo() {
val a = try {
"aaa"
} catch (e: <selection>Exception</selection>) {
}
}