Files
kotlin-fork/idea/idea-completion/testData/basic/common/AfterIntSeparatedWithComments.kt
T
2015-10-12 15:10:39 +03:00

9 lines
119 B
Kotlin
Vendored

infix fun Int.func(s: String): Int{}
fun test() {
val floor = "Floor"
val a = 1/**/f<caret>
}
// EXIST: func