Skip to content

Instantly share code, notes, and snippets.

@coderjun
Created March 18, 2011 19:04
Show Gist options
  • Save coderjun/876642 to your computer and use it in GitHub Desktop.
Save coderjun/876642 to your computer and use it in GitHub Desktop.
Description
package hello
{
public class HelloWorld
{
public var someVar:String;
public function someFunction():void
{
}
}
}
package hello
{
public class HelloWorld@
{
public var someVar:String;
public function someFunction():void
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment