fix(core): initial
This commit is contained in:
8
test/assets/tocompile.ts
Normal file
8
test/assets/tocompile.ts
Normal file
@ -0,0 +1,8 @@
|
||||
console.log('test');
|
||||
console.log('test2');
|
||||
class test {
|
||||
test: string[] = [];
|
||||
constructor() {
|
||||
console.log('hi');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user