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

8 lines
95 B
Kotlin
Vendored

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