Files
kotlin/idea/testData/quickfix/createFromUsage/createFunction/call/insideIfCondition.kt
Alexey Sedunov e9bf1d2ab8 Create from Usage: Add test for KT-17537
#KT-17537 Fixed
2017-07-17 16:09:53 +03:00

4 lines
76 B
Kotlin
Vendored

// "Create function 'foo'" "true"
fun bar() {
if (<caret>foo()) return
}