298a075381
Removed declaration for functions: TODO, run, with, apply, let.
24 lines
1.1 KiB
Plaintext
Vendored
24 lines
1.1 KiB
Plaintext
Vendored
package
|
|
|
|
public fun </*0*/ T> getT(): T
|
|
public fun </*0*/ I, /*1*/ O> test(/*0*/ t: Test<I, O>): kotlin.Unit
|
|
|
|
public final class Test</*0*/ in I, /*1*/ out O> {
|
|
public constructor Test</*0*/ in I, /*1*/ out O>()
|
|
private/*private to this*/ final var i: I
|
|
private/*private to this*/ final val j: I
|
|
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 final fun test(): kotlin.Unit
|
|
public final fun </*0*/ I, /*1*/ O> test(/*0*/ t: Test<I, O>): kotlin.Unit
|
|
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
|
|
|
public companion object Companion {
|
|
private constructor Companion()
|
|
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 final fun </*0*/ I, /*1*/ O> test(/*0*/ t: Test<I, O>): kotlin.Unit
|
|
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
|
}
|
|
}
|