• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/**
2 * the ut for method in class, which doesn't have params and return value
3 */
4export class Test {
5  test(): void;
6}