Skip to content

Instantly share code, notes, and snippets.

@corosukeK
Created June 20, 2014 11:41
Show Gist options
  • Save corosukeK/508aa07dbf8ac92d1fa9 to your computer and use it in GitHub Desktop.
Save corosukeK/508aa07dbf8ac92d1fa9 to your computer and use it in GitHub Desktop.
class Hoge{
class var hoge:Int{
get{
return 0;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment