mirror of https://github.com/tc39/test262.git
Fix generated tests
This commit is contained in:
parent
dbcd388154
commit
fa36c45083
|
@ -62,6 +62,8 @@ var obj3 = {
|
|||
valueOf: function() { return s3; }
|
||||
};
|
||||
|
||||
|
||||
|
||||
class C {
|
||||
[obj1] = 42;
|
||||
[obj2] = 43;
|
||||
|
|
Loading…
Reference in New Issue