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

8 lines
102 B
Kotlin
Vendored

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