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

10 lines
85 B
Plaintext
Vendored

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