Skip to content

Instantly share code, notes, and snippets.

@back2dos
Last active December 20, 2015 12:09
Show Gist options
  • Select an option

  • Save back2dos/6129165 to your computer and use it in GitHub Desktop.

Select an option

Save back2dos/6129165 to your computer and use it in GitHub Desktop.
package ;
class Main {
static function main() test(Foo);
static function test(e:MyEnum) {}
static function test2():MyEnum
return Foo;
}
package ;
enum MyEnum {
Foo;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment