Files
kotlin-fork/idea/testData/intentions/convertToExpressionBody/keepComments/4.kt
T
2015-05-27 16:15:53 +03:00

4 lines
87 B
Kotlin
Vendored

fun getText(): String {
/* let's return xxx */
<caret>return "xxx" /* TODO */
}