8 lines
125 B
Plaintext
Vendored
8 lines
125 B
Plaintext
Vendored
fun foo() {
|
|
try {
|
|
"aaa"
|
|
"aaa"
|
|
} catch (e: <selection>Exception</selection>) {
|
|
} finally {
|
|
}
|
|
} |