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

3 lines
69 B
Kotlin
Vendored

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