Created
March 25, 2013 01:08
-
-
Save uzzu/5234322 to your computer and use it in GitHub Desktop.
こっちだと通る
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module A { | |
module B { | |
class Fuga { | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <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