Skip to content

Instantly share code, notes, and snippets.

@s1monw1
Created September 20, 2022 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s1monw1/c55bcc388841adfaa8bce52cb3950dcf to your computer and use it in GitHub Desktop.
Save s1monw1/c55bcc388841adfaa8bce52cb3950dcf to your computer and use it in GitHub Desktop.
public static final void take_KR2Ufmw(@Nullable WrappedInt w) {
if (w != null) {
int var1 = w.unbox-impl();
System.out.println(var1);
}
}
public static final void main() {
take-KR2Ufmw(WrappedInt.box-impl(WrappedInt.constructor-impl(5)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment