swc/crates/swc_ecma_codegen/tests/test262/779e65d6349f1616.js
2022-03-22 07:54:08 +00:00

9 lines
134 B
JavaScript

a = typeof 1;
b = typeof "c";
d = typeof [];
e = typeof {};
f = typeof /./;
g = typeof false;
h = typeof function() {};
i = typeof j;