Binary compatibility validator tests update according to new @PublishedApi annotation
This commit is contained in:
@@ -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;
|
||||
|
||||
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user