Files
kotlin-fork/idea/testData/wordSelection/FunctionWithLineCommentBefore/4.kt
T
2016-08-22 12:35:23 +02:00

7 lines
94 B
Kotlin
Vendored

fun a() : Int {}
<selection>// TODO: Refactor
fun b() : <caret>Short {
f()
}
</selection>