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

3 lines
51 B
Kotlin
Vendored

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