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

7 lines
94 B
Kotlin
Vendored

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