19824201e2
#KT-9065 Fixed
9 lines
120 B
Plaintext
Vendored
9 lines
120 B
Plaintext
Vendored
// MOVE: up
|
|
fun test() {
|
|
try {
|
|
} catch (e: Exception) {
|
|
run {
|
|
}
|
|
<caret>println()
|
|
}
|
|
} |