f1bd3597f8
This is the FE1.0 counterpart of fa8bb47bdf
11 lines
220 B
Plaintext
Vendored
11 lines
220 B
Plaintext
Vendored
fun noGenerics()
|
|
|
|
fun withOuter(): Outer?
|
|
|
|
fun withOuterAndOwn(t: test.SomeClass): Outer?
|
|
|
|
open operator fun equals(other: kotlin.Any?): kotlin.Boolean
|
|
|
|
open fun hashCode(): kotlin.Int
|
|
|
|
open fun toString(): kotlin.String |