17 lines
364 B
Plaintext
Vendored
17 lines
364 B
Plaintext
Vendored
package
|
|
|
|
public fun test(/*0*/ f: RecB<kotlin.String>): kotlin.Boolean
|
|
public fun test(/*0*/ f: SelfR<kotlin.String>): kotlin.Boolean
|
|
|
|
public open class RecA</*0*/ T> {
|
|
public constructor RecA</*0*/ T>()
|
|
}
|
|
|
|
public open class RecB</*0*/ T> {
|
|
public constructor RecB</*0*/ T>()
|
|
}
|
|
|
|
public open class SelfR</*0*/ T> {
|
|
public constructor SelfR</*0*/ T>()
|
|
}
|