Files
kotlin-fork/idea/testData/wordSelection/CommentForStatements/0.kt
T
2014-12-18 19:02:17 +03:00

9 lines
92 B
Kotlin
Vendored

fun test() {
x()
// <caret>comment for several lines
foo()
bar()
y()
}