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

9 lines
72 B
Kotlin
Vendored

fun foo() {}
// comment1
// comment2
// comment3<caret>
fun bar() {}