Files
2023-12-21 15:34:34 +00:00

12 lines
187 B
Plaintext
Vendored

fun noGeneric()
fun withOuter(): Outer?
open operator fun equals(other: kotlin.Any?): kotlin.Boolean
open fun hashCode(): kotlin.Int
open fun toString(): kotlin.String
constructor()