export class Test {
  private name = 'Test';
  private version = '1.0.0';
  constructor() {
    $.writeln('Test constructor');
  }
}
