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

3 lines
75 B
Kotlin
Vendored

val a = 1
val b = 1
val foo = { <selection>a + b</selection> - 1 }.invoke()