console.log('test'); console.log('test2'); class test { test: string[] = []; constructor() { console.log('hi'); } }