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