blob: cec4597efa7327c2a7b7589bd07d235fcb0b7cdc [file]
fun foo() {
try {
"aaa"
} catch (e: <selection>Exception</selection>) {
} finally {
}
}