Files
kotlin-fork/idea/testData/refactoring/introduceVariable/multilineBinaryExpressionWithComments.kt
T

6 lines
96 B
Kotlin
Vendored

fun foo(i: Int) { }
fun test() {
foo(<selection>1 // abc
/*def*/ + 2</selection>)
}