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

4 lines
45 B
Plaintext
Vendored

fun test() {
// comment
val foo = 1
}