From 0f87320f9ef3f8ce814c93fe6899e77732679578 Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Wed, 25 Jan 2017 17:52:26 +0300 Subject: [PATCH] JS: regenerate test data --- .../codegen/light-analysis/specialBuiltins/exceptionCause.txt | 2 ++ .../codegen/light-analysis/specialBuiltins/throwableCause.txt | 1 + .../specialBuiltins/throwableImplWithSecondaryConstructor.txt | 2 ++ 3 files changed, 5 insertions(+) diff --git a/compiler/testData/codegen/light-analysis/specialBuiltins/exceptionCause.txt b/compiler/testData/codegen/light-analysis/specialBuiltins/exceptionCause.txt index 837f17e39ce..dd7f7aa6db0 100644 --- a/compiler/testData/codegen/light-analysis/specialBuiltins/exceptionCause.txt +++ b/compiler/testData/codegen/light-analysis/specialBuiltins/exceptionCause.txt @@ -1,3 +1,4 @@ +@kotlin.Metadata public final class CustomException { public method (): void public method (@org.jetbrains.annotations.Nullable p0: java.lang.String): void @@ -5,6 +6,7 @@ public final class CustomException { public method (@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 } diff --git a/compiler/testData/codegen/light-analysis/specialBuiltins/throwableCause.txt b/compiler/testData/codegen/light-analysis/specialBuiltins/throwableCause.txt index 370ec4225fb..920787a5d8f 100644 --- a/compiler/testData/codegen/light-analysis/specialBuiltins/throwableCause.txt +++ b/compiler/testData/codegen/light-analysis/specialBuiltins/throwableCause.txt @@ -1,3 +1,4 @@ +@kotlin.Metadata public final class ThrowableCauseKt { public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String } diff --git a/compiler/testData/codegen/light-analysis/specialBuiltins/throwableImplWithSecondaryConstructor.txt b/compiler/testData/codegen/light-analysis/specialBuiltins/throwableImplWithSecondaryConstructor.txt index 88ec9a61706..22ebb852b55 100644 --- a/compiler/testData/codegen/light-analysis/specialBuiltins/throwableImplWithSecondaryConstructor.txt +++ b/compiler/testData/codegen/light-analysis/specialBuiltins/throwableImplWithSecondaryConstructor.txt @@ -1,3 +1,4 @@ +@kotlin.Metadata public final class MyThrowable { private final @org.jetbrains.annotations.NotNull field x: java.lang.String public method (@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 }