Fix compiler tests
This commit is contained in:
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
interface A
|
||||
interface Foo {
|
||||
fun A.invoke()
|
||||
operator fun A.invoke()
|
||||
}
|
||||
|
||||
fun test(a: A, foo: Foo) {
|
||||
|
||||
Reference in New Issue
Block a user