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 }