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

5 lines
76 B
Kotlin
Vendored

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