Binary compatibility validator tests update according to new @PublishedApi annotation

This commit is contained in:
Mikhael Bogdanov
2016-12-12 10:12:57 +01:00
parent 91cf09dc3b
commit 1f26c3098f
2 changed files with 4 additions and 1 deletions
@@ -37,6 +37,9 @@ public abstract interface annotation class kotlin/ParameterName : java/lang/anno
public abstract fun name ()Ljava/lang/String;
}
public abstract interface annotation class kotlin/PublishedApi : java/lang/annotation/Annotation {
}
public abstract interface annotation class kotlin/ReplaceWith : java/lang/annotation/Annotation {
public abstract fun expression ()Ljava/lang/String;
public abstract fun imports ()[Ljava/lang/String;
@@ -4,6 +4,6 @@ public final class cases/inline/InlineExposedKt {
public final class cases/inline/InternalClassExposed {
public fun <init> ()V
public final fun funExposed$binary_compatibility_validator ()V
public final fun funExposed ()V
}