Files
kotlin-fork/idea/testData/wordSelection/ValueArguments.kt
T
Evgeny Gerashchenko 366079a96c Improved word selection for parameters and arguments.
#KT-1657 fixed
2012-04-23 18:00:09 +04:00

4 lines
58 B
Kotlin

fun foo() {
foo(<selection><caret>1</selection>, 2)
}