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

4 lines
72 B
Kotlin

fun foo() {
val x = 1 + 1
val y = <selection>1 + 1</selection>
}