mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
18 lines
667 B
Plaintext
Vendored
18 lines
667 B
Plaintext
Vendored
package
|
|
|
|
package n {
|
|
public fun test1(/*0*/ c: n.C): kotlin.Unit
|
|
public fun test2(/*0*/ c: n.C): kotlin.Unit
|
|
public fun test3(/*0*/ c: n.C): kotlin.Unit
|
|
public fun test4(/*0*/ c: n.C): kotlin.Unit
|
|
|
|
public final class C {
|
|
public constructor C()
|
|
public final operator fun component1(): kotlin.Int
|
|
public final operator fun component2(): kotlin.Int
|
|
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
|
|
}
|
|
}
|