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

5 lines
73 B
Plaintext
Vendored

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