16 lines
559 B
Plaintext
Vendored
16 lines
559 B
Plaintext
Vendored
package
|
|
|
|
package _03_collections {
|
|
public fun test(): kotlin.Unit
|
|
|
|
public open class CollectionTest {
|
|
public constructor CollectionTest()
|
|
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
|
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
|
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
|
|
|
// Static members
|
|
public open fun add(/*0*/ ints: kotlin.collections.(Mutable)List<kotlin.Int!>!): kotlin.Unit
|
|
}
|
|
}
|