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

3 lines
51 B
Kotlin
Vendored

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