UNPKG

jsx

Version:

a faster, safer, easier JavaScript

18 lines (13 loc) 227 B
// https://github.com/jsx/JSX/issues/99 /*EXPECTED ok */ /*/// Here is commented out. ///*/ class _Main { static function main(args : string[]) : void { log "ok"; } } // vim: set tabstop=2 shiftwidth=2 expandtab: