mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
core-js: Comment out dict[sym] test (#25420)
This commit is contained in:
parent
e1a9b0af73
commit
d12082bfdf
@ -418,7 +418,7 @@ log.disable();
|
||||
// Non-standard
|
||||
point = dictOfPoint[s];
|
||||
point = dictOfPoint[i];
|
||||
point = dictOfPoint[sym];
|
||||
// point = dictOfPoint[sym];
|
||||
dictOfPoint = new Dict(dictOfPoint);
|
||||
dictOfAny = new Dict(point);
|
||||
dictOfPoint = Dict(dictOfPoint);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user