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

7 lines
92 B
Kotlin
Vendored

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