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

3 lines
56 B
Kotlin
Vendored

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