Skip to content

Instantly share code, notes, and snippets.

@DingWeizhe
Last active January 7, 2017 06:50
Show Gist options
  • Save DingWeizhe/a8f5275267ec510b300393b08e7b73d7 to your computer and use it in GitHub Desktop.
Save DingWeizhe/a8f5275267ec510b300393b08e7b73d7 to your computer and use it in GitHub Desktop.
namespace Animates {
namespace Dogs {
class SmallDog {
}
}
}
/// <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