Do not offer to convert to infix call when calling non-infix function
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
class Foo {
|
||||
fun foo(x: Int = 0, y: Int = 0) {
|
||||
infix fun foo(x: Int = 0, y: Int = 0) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user