Skip to content

Instantly share code, notes, and snippets.

@oupo
Created March 7, 2014 05:18
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 oupo/9405676 to your computer and use it in GitHub Desktop.
Save oupo/9405676 to your computer and use it in GitHub Desktop.
class Test {
public function new() {}
static function main(){
var x = new Map<Test, Int>();
x[new Test()] = 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment