Skip to content

Instantly share code, notes, and snippets.

@uzzu
Created March 25, 2013 01:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uzzu/5234322 to your computer and use it in GitHub Desktop.
Save uzzu/5234322 to your computer and use it in GitHub Desktop.
こっちだと通る
module A {
module B {
class Fuga {
}
}
}
/// <reference path="fuga.ts" />
module A {
module B {
class Hoge {
}
export var hoge = new Hoge();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment