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

8 lines
92 B
Plaintext
Vendored

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