generator: fix comments in harmony-edgecase tests

This commit is contained in:
Sebastian McKenzie
2014-11-03 12:15:44 +11:00
parent 6d961c1857
commit a7bbd1dd3e
2 changed files with 0 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
var object1 = {
// MethodDefinition
get [Symbol.create]() { },
set [set()](value) { },
};
@@ -10,7 +9,6 @@ var object3 = {
*[generator()]() { }
};
var object4 = {
// Normal Property
[Symbol.xxx]: "hello",
[ok()]: 42,
};

View File

@@ -1,3 +1 @@
export default function a () { }
// export default var i = 20;
// export default const K = 20;