filebrowser/_embed/public/ace/demo/kitchen-sink/docs/jsx.jsx
Henrique Dias 7187de361b update
2017-03-25 19:37:42 +00:00

9 lines
150 B
JavaScript

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