Files
kotlin-fork/idea/testData/wordSelection/CommentForStatements/5.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
foo()
bar()
</selection>
y()
}