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

7 lines
87 B
Kotlin
Vendored

// IS_APPLICABLE: false
fun test() {
/*
comment
*/<caret>
val foo = 1
}