Checking "infix" modifier in completion and import popup
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
// checks that no special item "ext1 { String, Int -> ... }" created for infix call
|
||||
fun Int.ext1(handler: (String, Int) -> Unit){}
|
||||
fun Int.ext2(c: Char){}
|
||||
infix fun Int.ext1(handler: (String, Int) -> Unit){}
|
||||
infix fun Int.ext2(c: Char){}
|
||||
|
||||
fun foo() {
|
||||
val pair = 1 ext<caret>
|
||||
|
||||
Reference in New Issue
Block a user