Files
kotlin-fork/idea/testData/codeInsight/postfix/arg.kt
T
Toshiaki Kameyama 0acecb4936 Minor: fix caret behaviour in arg template test
#KT-29398 Fixed
2019-03-19 16:09:07 +03:00

4 lines
69 B
Kotlin
Vendored

// TEMPLATE: \tfunctionCall\t
fun foo(s: String) {
s.arg<caret>
}