UNPKG

jsx

Version:

a faster, safer, easier JavaScript

12 lines (11 loc) 172 B
/*EXPECTED true false */ class _Main { static function main(args : string[]) : void { var h = { 1: "a" }; log h.hasOwnProperty("1"); log h.hasOwnProperty("2"); } }