Files
kotlin-fork/idea/testData/intentions/convertToStringTemplate/simple.kt
T
Valentin Kipyatkov 8056c5182a Fixed EA-73613
2016-02-11 12:26:22 +03:00

4 lines
53 B
Kotlin
Vendored

fun foo(p: Int) {
val v = <caret>"(" + p + ")"
}