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

3 lines
62 B
Kotlin
Vendored

val a = 1
val b = 1
val foo = <selection>a + b</selection> - 1