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

11 lines
97 B
Kotlin
Vendored

fun test() {
/*
comment1
comment2
comment3
*/<caret>
val foo = 1
}