Skip to content

Instantly share code, notes, and snippets.

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 aleksandarzekovic/f084c5b4684a1ac5e5c6aa43f899ecf0 to your computer and use it in GitHub Desktop.
Save aleksandarzekovic/f084c5b4684a1ac5e5c6aa43f899ecf0 to your computer and use it in GitHub Desktop.
@NotNull
public final Continuation create(@Nullable Object value, @NotNull Continuation completion) {
Intrinsics.checkNotNullParameter(completion, "completion");
Function2 var3 = new <anonymous constructor>(completion);
return var3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment