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

5 lines
72 B
Plaintext
Vendored

fun test(): Int {
/* / * comment */
val foo = 1
return foo
}