Andy (Andrewkraft)

Results 1 issues of Andy (Andrewkraft)

```ts document.body.onclick = function() { console.log(this.innerHTML.length); } ``` The code works in a browser and worked in `[email protected]`. But in `[email protected]` it is a compile error: ``` src/a.ts:3:22 - error...

bug