Do not offer to convert to infix call when calling non-infix function
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun String.xxx(p: String): Int = 0
|
||||
|
||||
fun foo(x: String?) {
|
||||
x?.<caret>compareTo("1")
|
||||
x?.<caret>xxx("1")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user