20aa8ebdb0
#KT-11629 Fixed
8 lines
92 B
Kotlin
Vendored
8 lines
92 B
Kotlin
Vendored
// PROBLEM: none
|
|
fun foo() {
|
|
throw RuntimeException()
|
|
}
|
|
|
|
fun test() {
|
|
<caret>foo()
|
|
} |