e9bf1d2ab8
#KT-17537 Fixed
4 lines
76 B
Kotlin
Vendored
4 lines
76 B
Kotlin
Vendored
// "Create function 'foo'" "true"
|
|
fun bar() {
|
|
if (<caret>foo()) return
|
|
} |