Files
kotlin-fork/idea/testData/codeInsight/postfix/arg.kt
T
Toshiaki Kameyama 6acf3ad629 Add "arg" postfix template (KT-29398)
#KT-29398 Fixed
2019-03-14 15:35:44 +03:00

3 lines
39 B
Kotlin
Vendored

fun foo(s: String) {
s.arg<caret>
}