1 line
43 B
JavaScript
1 line
43 B
JavaScript
"use strict"; var x = { i: 42, get i() {} } |
"use strict"; var x = { i: 42, get i() {} } |