Files
kotlin-fork/compiler/testData/codegen/light-analysis/specialBuiltins/throwableImpl.txt
T
2016-12-11 21:03:05 +03:00

13 lines
713 B
Plaintext
Vendored

public final class MyThrowable {
public @synthetic.kotlin.jvm.GeneratedByJvmOverloads method <init>(): void
public method <init>(@org.jetbrains.annotations.Nullable p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Throwable): void
public synthetic method <init>(p0: java.lang.String, p1: java.lang.Throwable, p2: int, p3: kotlin.jvm.internal.DefaultConstructorMarker): void
public @org.jetbrains.annotations.Nullable method getCause(): java.lang.Throwable
public @org.jetbrains.annotations.Nullable method getMessage(): java.lang.String
}
public final class ThrowableImplKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}