JS: regenerate test data

This commit is contained in:
Alexey Andreev
2017-01-25 17:52:26 +03:00
parent 31c758994d
commit 0f87320f9e
3 changed files with 5 additions and 0 deletions
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class CustomException {
public method <init>(): void
public method <init>(@org.jetbrains.annotations.Nullable p0: java.lang.String): void
@@ -5,6 +6,7 @@ public final class CustomException {
public method <init>(@org.jetbrains.annotations.Nullable p0: java.lang.Throwable): void
}
@kotlin.Metadata
public final class ExceptionCauseKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class ThrowableCauseKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class MyThrowable {
private final @org.jetbrains.annotations.NotNull field x: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String, @org.jetbrains.annotations.Nullable p2: java.lang.Throwable): void
@@ -5,6 +6,7 @@ public final class MyThrowable {
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
}
@kotlin.Metadata
public final class ThrowableImplWithSecondaryConstructorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}