mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
20 lines
600 B
Plaintext
Vendored
20 lines
600 B
Plaintext
Vendored
package test
|
|
|
|
@kotlin.jvm.JvmOverloads() public fun one(/*0*/ kotlin.Int = ...): kotlin.Unit
|
|
|
|
public final class E1 : java.lang.Exception {
|
|
public constructor E1()
|
|
public final /*fake_override*/ val cause: kotlin.Throwable?
|
|
public final /*fake_override*/ val message: kotlin.String?
|
|
}
|
|
|
|
public/*package*/ open class JavaClass {
|
|
public/*package*/ constructor JavaClass()
|
|
public/*package*/ open fun testMethod(/*0*/ test.One!): kotlin.Unit
|
|
}
|
|
|
|
public final class One {
|
|
public constructor One(/*0*/ kotlin.Int = ...)
|
|
public final fun one(/*0*/ kotlin.Int = ...): kotlin.Unit
|
|
}
|