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

6 lines
66 B
Plaintext
Vendored

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