Checking "infix" modifier in completion and import popup
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@ package other
|
||||
|
||||
import pack.C
|
||||
|
||||
fun C.xxx() {}
|
||||
fun C.yyy(p: Int) {}
|
||||
fun C.xxx(p: Int) {}
|
||||
infix fun C.yyy(p: Int) {}
|
||||
fun C.zzz(p1: Int, p2: Int) {}
|
||||
val C.extensionProp: Int get() = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user