06dad5f45b
#KT-5435 Fixed
8 lines
127 B
Plaintext
Vendored
8 lines
127 B
Plaintext
Vendored
fun foo() {
|
|
val a = try {
|
|
"aaa"
|
|
} catch (e: <selection><caret>Exception</selection>) {
|
|
}
|
|
|
|
a.charAt(1)
|
|
} |