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

6 lines
70 B
Kotlin
Vendored

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