Skip to content

Instantly share code, notes, and snippets.

@enebo

enebo/a.txt Secret

Last active November 29, 2021 17:24
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 enebo/27c72308a0b970a29580a2204b95fb05 to your computer and use it in GitHub Desktop.
Save enebo/27c72308a0b970a29580a2204b95fb05 to your computer and use it in GitHub Desktop.
foo(a: 1, b: meth)
%v1 = 1
%v2 = call(meth)
%v3 = keywords([a:, b:], [%v1, %v2])
foo(a: 1, b: meth)
%v2 = call(meth)
%v3 = keywords([a:, b:], [1, %v2])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment