Checking "infix" modifier in completion and import popup
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
fun <A, B> A.to(that: B): Pair<A, B> = Pair(this, that)
|
||||
infix fun <A, B> A.to(that: B): Pair<A, B> = Pair(this, that)
|
||||
|
||||
fun foo() {
|
||||
val pair = 1 to<caret>
|
||||
|
||||
Reference in New Issue
Block a user