11 lines
484 B
Plaintext
Vendored
11 lines
484 B
Plaintext
Vendored
package
|
|
|
|
public fun main(/*0*/ xyz: XYZ<*>): XYZ<(raw) [ERROR : Cyclic upper bounds]>!
|
|
|
|
public interface XYZ</*0*/ X : [ERROR : Cyclic upper bounds]> {
|
|
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
|
public abstract fun foo(): XYZ<(raw) [ERROR : Cyclic upper bounds]>!
|
|
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
|
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
|
}
|