Skip to content

Instantly share code, notes, and snippets.

@ahoy-jon
Created March 25, 2013 16:49
Show Gist options
  • Save ahoy-jon/5238598 to your computer and use it in GitHub Desktop.
Save ahoy-jon/5238598 to your computer and use it in GitHub Desktop.
context.Expr(
Apply(
Apply(
Select(suite.tree, newTermName("testPublic"))
, List(testName.tree)
)
, List(testFun.tree)
)
)
//vs.
reify(suite.splice.testPublic(testName.splice)({testFun.splice}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment