Skip to content

Instantly share code, notes, and snippets.

@rahilb
Created November 24, 2015 14:33
Show Gist options
  • Save rahilb/e1bfa6d316c572e02437 to your computer and use it in GitHub Desktop.
Save rahilb/e1bfa6d316c572e02437 to your computer and use it in GitHub Desktop.
object test extends App {
object Bar extends Dynamic {
def applyDynamic(name: String)(args: Any*) = {
???
}
}
val b = Bar.foo("any")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment