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

5 lines
76 B
Kotlin
Vendored

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