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

9 lines
150 B
React
Raw Normal View History

2020-02-18 05:21:34 +00:00
/*EXPECTED
hello world!
*/
class Test {
static function run() : void {
// console.log("hello world!");
log "hello world!";
}
}