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

3 lines
70 B
Kotlin

fun foo(<selection>a : Array<String>, <caret>b : Int</selection>) {
}