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

5 lines
104 B
Kotlin

// SIBLING:
fun main(args: Array<String>) {
val x = 1 + 1
val y = <selection>1 + 1</selection>
}