fun noGeneric()

fun withOuter(): test.SomeClass?

fun withOwnAndOuter(t: test.SomeClass): test.SomeClass?

open operator fun equals(other: kotlin.Any?): kotlin.Boolean

open fun hashCode(): kotlin.Int

open fun toString(): kotlin.String

inner constructor()
