Skip to content

Commit

Permalink
Fix visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderTvis committed Feb 15, 2023
1 parent fa14824 commit 95ec688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/jvm-expose-boxed-annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public final class Example {
public static equals-impl0(Ljava/lang/String;Ljava/lang/String;)Z

// Synthetic constructor, not calls constructor-impl for boxing
public synthetic <init>(Ljava/lang/String;Ljava/lang/Void;)V
private synthetic <init>(Ljava/lang/String;Ljava/lang/Void;)V

@Lkotlin/jvm/JvmInline;()
@Lkotlin/jvm/JvmExposeBoxed;()
Expand Down

0 comments on commit 95ec688

Please sign in to comment.