2014-10-31 11:35:57 +11:00

13 lines
102 B
JavaScript

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