big-moving.ru/assets/vendor_plugins/ace-builds-master/demo/kitchen-sink/docs/jsx.jsx

9 lines
150 B
React
Raw Normal View History

2022-06-24 15:29:23 +05:00
/*EXPECTED
hello world!
*/
class Test {
static function run() : void {
// console.log("hello world!");
log "hello world!";
}
}