Last active
January 7, 2017 06:50
-
-
Save DingWeizhe/a8f5275267ec510b300393b08e7b73d7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
namespace Animates { | |
namespace Dogs { | |
class SmallDog { | |
} | |
} | |
} |
This file contains hidden or 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="./animates_dogs.ts" /> | |
namespace Animates { | |
namespace Dogs { | |
class Chihuahua extends SmallDog { | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment