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