UNPKG

jsx

Version:

a faster, safer, easier JavaScript

15 lines (13 loc) 202 B
/*EXPECTED true false */ class _Main { static function main(args : string[]) : void { var m = { hasOwnProperty: 1 }; log m.hasOwnProperty("hasOwnProperty"); log m.hasOwnProperty("n"); } }