18 lines
415 B
Plaintext
Vendored
18 lines
415 B
Plaintext
Vendored
fun noGenerics_InterfaceWithFun()
|
|
|
|
open fun withOuterGeneric_InterfaceWithFun(): test.SomeClass2
|
|
|
|
fun noGenerics_InterfaceWithFunBase()
|
|
|
|
fun withOuterGenericT1_InterfaceWithFunBase(): test.SomeClass1
|
|
|
|
open fun withOuterGenericT2_InterfaceWithFunBase(): test.SomeClass2
|
|
|
|
open operator fun equals(other: kotlin.Any?): kotlin.Boolean
|
|
|
|
open fun hashCode(): kotlin.Int
|
|
|
|
open fun toString(): kotlin.String
|
|
|
|
constructor()
|