swc/ecmascript/codegen/tests/references/779e65d6349f1616.js
강동윤 f9be576e02
Ecmascript codegen (#40)
Comment is not fully supported yet
2018-10-25 13:17:05 +09:00

11 lines
132 B
JavaScript

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