Files
kotlin-fork/idea/testData/refactoring/introduceParameter/fun.kt
T

5 lines
81 B
Kotlin
Vendored

fun foo(): Int {
<selection>fun bar() = 1</selection>
return 1 + bar()
}