Do not offer to convert to infix call when calling non-infix function
This commit is contained in:
@@ -3,5 +3,5 @@ fun foo(x: Foo) {
|
||||
}
|
||||
|
||||
interface Foo {
|
||||
fun foo(f: (Int) -> Int)
|
||||
infix fun foo(f: (Int) -> Int)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user