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

5 lines
62 B
Plaintext
Vendored

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