16 lines
284 B
Plaintext
Vendored
16 lines
284 B
Plaintext
Vendored
fun noGeneric()
|
|
|
|
fun withOuterGeneric(t: test.Foo)
|
|
|
|
fun <TT> withOwnGeneric(tt: TT)
|
|
|
|
fun <TT> withOuterAndOwnGeneric(t: test.Foo, tt: TT)
|
|
|
|
open operator fun equals(other: kotlin.Any?): kotlin.Boolean
|
|
|
|
open fun hashCode(): kotlin.Int
|
|
|
|
open fun toString(): kotlin.String
|
|
|
|
constructor()
|