Files
babel/test/fixtures/generation/comments/computed-property-comments-2/expected.js
Sebastian McKenzie df70be4ebb clean up and fix tests
2014-11-07 12:33:35 +11:00

11 lines
127 B
JavaScript

var test = {
/**
* Before bracket init
*/
["a"]: "1",
[/*
* Inside bracket init
*/
"b"]: "2"
}, ok = 42;