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

9 lines
115 B
Kotlin
Vendored

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