Closed benmerckx closed 7 years ago
class Main { static function main() trace(Date.now()); }
Results in:
Main.js:33 console.log(new $hxClasses["Date"]()); ^ TypeError: $hxClasses.Date is not a constructor
Or just trace(Date) logs undefined.
trace(Date)
undefined
Results in:
Or just
trace(Date)
logsundefined
.