Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
interface Foo {
|
||||
fun foo(f: (Int) -> Unit)
|
||||
infix fun foo(f: (Int) -> Unit)
|
||||
}
|
||||
fun foo(x: Foo) {
|
||||
x <caret>foo { it * 2 }
|
||||
|
||||
Reference in New Issue
Block a user