Skip to content

Instantly share code, notes, and snippets.

@af2905
Created November 11, 2023 22:03
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 af2905/acce9f4d73bcbaccc1257adbbff12ded to your computer and use it in GitHub Desktop.
Save af2905/acce9f4d73bcbaccc1257adbbff12ded to your computer and use it in GitHub Desktop.
continuation_create
@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