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

7 lines
77 B
Kotlin
Vendored

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