Do not offer to convert to infix call when calling non-infix function
This commit is contained in:
+4
-1
@@ -1,4 +1,7 @@
|
||||
// IS_APPLICABLE: false
|
||||
// ERROR: No value passed for parameter p
|
||||
infix fun Int.xxx(p: Int) = 1
|
||||
|
||||
fun foo(x: Int) {
|
||||
x.<caret>toString()
|
||||
x.<caret>xxx()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user