Skip to content

Instantly share code, notes, and snippets.

@bleis-tift
Created August 5, 2013 06:09
Show Gist options
  • Save bleis-tift/6153812 to your computer and use it in GitHub Desktop.
Save bleis-tift/6153812 to your computer and use it in GitHub Desktop.
class _Main {
static function id.<T>(x: T): T { return x; }
static function main(args: string[]): void {
log (_Main.id("hello"));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment