virt2/assets/vendor_plugins/ace-builds-master/demo/kitchen-sink/docs/jsx.jsx

9 lines
150 B
React
Raw Normal View History

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