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

9 lines
53 B
Kotlin
Vendored

fun foo() {}
/*
comment
*/<caret>
fun bar() {}