From 86141be61f091b196253e64ee789ec4f5581f1d1 Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Tue, 18 Sep 2018 23:28:54 +0300 Subject: [PATCH] Add inference annotations to the dumped declarations --- .../reference-public-api/kotlin-stdlib-runtime-merged.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libraries/tools/binary-compatibility-validator/reference-public-api/kotlin-stdlib-runtime-merged.txt b/libraries/tools/binary-compatibility-validator/reference-public-api/kotlin-stdlib-runtime-merged.txt index 7bd6ea0070c..4e663977a3c 100644 --- a/libraries/tools/binary-compatibility-validator/reference-public-api/kotlin-stdlib-runtime-merged.txt +++ b/libraries/tools/binary-compatibility-validator/reference-public-api/kotlin-stdlib-runtime-merged.txt @@ -1,3 +1,6 @@ +public abstract interface annotation class kotlin/BuilderInference : java/lang/annotation/Annotation { +} + public abstract interface annotation class kotlin/Deprecated : java/lang/annotation/Annotation { public abstract fun level ()Lkotlin/DeprecationLevel; public abstract fun message ()Ljava/lang/String; @@ -2657,6 +2660,9 @@ public abstract interface class kotlin/coroutines/jvm/internal/CoroutineStackFra public abstract fun getStackTraceElement ()Ljava/lang/StackTraceElement; } +public abstract interface annotation class kotlin/experimental/ExperimentalTypeInference : java/lang/annotation/Annotation { +} + public final class kotlin/internal/PlatformImplementationsKt { public static final fun apiVersionIsAtLeast (III)Z }