9 lines
172 B
Plaintext
Vendored
9 lines
172 B
Plaintext
Vendored
fun noGenerics()
|
|
|
|
fun withOuter(): Outer?
|
|
|
|
open operator fun equals(other: kotlin.Any?): kotlin.Boolean
|
|
|
|
open fun hashCode(): kotlin.Int
|
|
|
|
open fun toString(): kotlin.String |