2014-11-04 18:32:30 +11:00

13 lines
90 B
JavaScript

!function () {
} //
, 42;
!{
get 42() {
} //
,
foo: 42
};
(function () {
} //
);