mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
14 lines
553 B
Plaintext
Vendored
14 lines
553 B
Plaintext
Vendored
package
|
|
|
|
public fun call(): kotlin.collections.List<kotlin.Int>
|
|
|
|
public/*package*/ open class Java {
|
|
public/*package*/ constructor Java()
|
|
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 get(/*0*/ o: kotlin.collections.(Mutable)List<kotlin.Int!>!): kotlin.collections.(Mutable)List<kotlin.Int!>!
|
|
}
|