Created
November 24, 2015 14:33
-
-
Save rahilb/e1bfa6d316c572e02437 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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