gophertype/pvt-www/_builtin/js/ace-1.4.8/demo/kitchen-sink/docs/jsx.jsx

9 lines
150 B
JavaScript

/*EXPECTED
hello world!
*/
class Test {
static function run() : void {
// console.log("hello world!");
log "hello world!";
}
}