swc/ecmascript/codegen/tests/references/779e65d6349f1616.js

11 lines
132 B
JavaScript
Raw Normal View History

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