Files
kotlin-fork/idea/testData/completion/basic/common/AfterIntSeparatedWithComments.kt
T
Valentin Kipyatkov 2bb553612c Dealing with infix calls in completion
#KT-4846 Fixed
2014-09-25 17:10:22 +04:00

9 lines
113 B
Kotlin

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