Files
kotlin-fork/idea/testData/codeInsight/postfix/arg.kt.after
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
79 B
Plaintext
Vendored

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