Skip to content

Instantly share code, notes, and snippets.

@ayasuda
Last active December 20, 2015 06:29
Show Gist options
  • Save ayasuda/6086048 to your computer and use it in GitHub Desktop.
Save ayasuda/6086048 to your computer and use it in GitHub Desktop.
import myPackage.*
class Main
{
Type.resolveClass("myPackage.Hoge"); // return null
var instance:Hoge = new Hoge(); // OK
Type.resolveClass("myPackage.Hoge"); // return [class Hoge]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment