Files
kotlin-fork/idea/testData/refactoring/extractFunction/duplicates/insertAfterDuplicates.kt
T

5 lines
98 B
Kotlin
Vendored

// SUGGESTED_NAMES: i, getX
class A {
val x = <selection>1 + 1</selection>
val y = 1 + 1
}