package

public val testAsFunction: [Error type: Not found recorded type for Test()]
public val testAsValue: [Error type: Not found recorded type for Test]

public interface IFoo {
    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 typealias Test = IFoo
