Files
kotlin-fork/idea/testData/completion/keywords/InBlockComment.kt
T
2014-10-16 15:14:21 +04:00

7 lines
74 B
Kotlin

class TestClass {
/* <caret> */
fun test() {
}
}
// NUMBER: 0