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

4 lines
65 B
Kotlin
Vendored

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