Fix compiler tests
This commit is contained in:
Vendored
+1
-1
@@ -13,5 +13,5 @@ public interface Foo {
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
public abstract fun A.invoke(): kotlin.Unit
|
||||
public abstract operator fun A.invoke(): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user