Dealing with infix calls in completion
#KT-4846 Fixed
This commit is contained in:
committed by
valentin
parent
9961a5ff16
commit
2bb553612c
@@ -1,7 +1,8 @@
|
||||
fun Int.func(s: String): Int{}
|
||||
|
||||
fun test() {
|
||||
val floor = "Floor"
|
||||
val a = 1/**/f<caret>
|
||||
}
|
||||
|
||||
// EXIST: floor
|
||||
// EXIST: false
|
||||
// EXIST: func
|
||||
|
||||
Reference in New Issue
Block a user