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

5 lines
75 B
Kotlin
Vendored

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