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

4 lines
61 B
Plaintext
Vendored

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