Skip to content

Commit

Permalink
update API dump
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Sep 6, 2022
1 parent 8342477 commit c986928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/mockk-core/api/mockk-core.api
@@ -1,5 +1,5 @@
public final class io/mockk/platform/ValueClassSupport {
public static final field INSTANCE Lio/mockk/platform/ValueClassSupport;
public final class io/mockk/core/ValueClassSupport {
public static final field INSTANCE Lio/mockk/core/ValueClassSupport;
public final fun getBoxedClass (Lkotlin/reflect/KClass;)Lkotlin/reflect/KClass;
public final fun getBoxedValue (Ljava/lang/Object;)Ljava/lang/Object;
}
Expand Down
1 change: 0 additions & 1 deletion modules/mockk-dsl/api/mockk-dsl.api
Expand Up @@ -326,7 +326,6 @@ public final class io/mockk/InternalPlatformDsl {
public final fun toArray (Ljava/lang/Object;)[Ljava/lang/Object;
public final fun toStr (Ljava/lang/Object;)Ljava/lang/String;
public final fun unboxChar (Ljava/lang/Object;)Ljava/lang/Object;
public final fun unboxClass (Lkotlin/reflect/KClass;)Lkotlin/reflect/KClass;
}

public abstract interface class io/mockk/InternalRef {
Expand Down

0 comments on commit c986928

Please sign in to comment.