mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-22 12:03:44 -05:00
Fix a test so that we don't get duplicate declaration errors.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//@declaration: true
|
||||
class C {
|
||||
static [Symbol.iterator] = 0;
|
||||
static [Symbol.toPrimitive]() { }
|
||||
static [Symbol.isConcatSpreadable]() { }
|
||||
static get [Symbol.toPrimitive]() { return ""; }
|
||||
static set [Symbol.toPrimitive](x) { }
|
||||
}
|
||||
Reference in New Issue
Block a user