Do not offer to convert to infix call when calling non-infix function
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
infix fun String.xxx(p: Int): String = this
|
||||
|
||||
fun foo(x: String?) {
|
||||
x!!.<caret>plus(1)
|
||||
x!!.<caret>xxx(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user