Files
kotlin-fork/idea/testData/refactoring/extractFunction/initializers/properties/localProperty.kt
T
2014-07-11 19:13:16 +04:00

3 lines
74 B
Kotlin

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