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

9 lines
115 B
Kotlin
Vendored

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