mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
18 lines
622 B
Plaintext
Vendored
18 lines
622 B
Plaintext
Vendored
package
|
|
|
|
package c {
|
|
public fun bar(): kotlin.Unit
|
|
public fun test1(): kotlin.Unit
|
|
public fun test2(/*0*/ a: c.A): kotlin.Unit
|
|
public fun test3(): kotlin.Unit
|
|
public fun throwNPE(): kotlin.Nothing
|
|
|
|
public final class A {
|
|
public constructor A()
|
|
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 final operator fun plus(/*0*/ a: c.A): kotlin.Nothing
|
|
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
|
}
|
|
}
|