Files
kotlin-fork/idea/testData/refactoring/extractFunction/defaultContainer/topLevelFunction.kt
T

3 lines
76 B
Kotlin

fun foo(a: Int, b: Int): Int {
return <selection>a + b - 1</selection>
}