Files
kotlin-fork/idea/testData/intentions/convertLineCommentToBlockComment/blankLine.kt
T
2018-04-24 11:57:56 +03:00

12 lines
103 B
Kotlin
Vendored

fun test() {
// comment1
//
// comment2<caret>
//
// comment3
val foo = 1
}