2018-01-09 15:36:42 +01:00

11 lines
85 B
JavaScript

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