UNPKG

jsx

Version:

a faster, safer, easier JavaScript

13 lines (11 loc) 145 B
/*EXPECTED hello */ class _Main { function constructor() { log "hello"; } static function main(args : string[]) : void { new _Main; } }