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

11 lines
62 B
Plaintext
Vendored

fun foo() {}
/*
comment1
comment2
comment3
*/
fun bar() {}