• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1export class AA
2{
3    public A(): string{ return "hello from AA"; }
4}
5