Searched refs:get1 (Results 1 – 25 of 38) sorted by relevance
12
/third_party/typescript/tests/baselines/reference/ |
D | computedPropertyNames36_ES6.symbols | 19 get ["get1"]() { return new Foo } 20 >["get1"] : Symbol(C["get1"], Decl(computedPropertyNames36_ES6.ts, 4, 22)) 21 >"get1" : Symbol(C["get1"], Decl(computedPropertyNames36_ES6.ts, 4, 22))
|
D | computedPropertyNames36_ES5.symbols | 19 get ["get1"]() { return new Foo } 20 >["get1"] : Symbol(C["get1"], Decl(computedPropertyNames36_ES5.ts, 4, 22)) 21 >"get1" : Symbol(C["get1"], Decl(computedPropertyNames36_ES5.ts, 4, 22))
|
D | computedPropertyNames37_ES5.symbols | 19 get ["get1"]() { return new Foo } 20 >["get1"] : Symbol(C["get1"], Decl(computedPropertyNames37_ES5.ts, 4, 22)) 21 >"get1" : Symbol(C["get1"], Decl(computedPropertyNames37_ES5.ts, 4, 22))
|
D | computedPropertyNames37_ES6.symbols | 19 get ["get1"]() { return new Foo } 20 >["get1"] : Symbol(C["get1"], Decl(computedPropertyNames37_ES6.ts, 4, 22)) 21 >"get1" : Symbol(C["get1"], Decl(computedPropertyNames37_ES6.ts, 4, 22))
|
D | computedPropertyNames37_ES5.types | 18 get ["get1"]() { return new Foo } 19 >["get1"] : Foo 20 >"get1" : "get1"
|
D | computedPropertyNames36_ES6.types | 18 get ["get1"]() { return new Foo } 19 >["get1"] : Foo 20 >"get1" : "get1"
|
D | computedPropertyNames37_ES6.types | 18 get ["get1"]() { return new Foo } 19 >["get1"] : Foo 20 >"get1" : "get1"
|
D | computedPropertyNames36_ES5.types | 18 get ["get1"]() { return new Foo } 19 >["get1"] : Foo 20 >"get1" : "get1"
|
D | computedPropertyNames44_ES6.symbols | 18 get ["get1"]() { return new Foo } 19 >["get1"] : Symbol(C["get1"], Decl(computedPropertyNames44_ES6.ts, 4, 22)) 20 >"get1" : Symbol(C["get1"], Decl(computedPropertyNames44_ES6.ts, 4, 22))
|
D | computedPropertyNames44_ES5.symbols | 18 get ["get1"]() { return new Foo } 19 >["get1"] : Symbol(C["get1"], Decl(computedPropertyNames44_ES5.ts, 4, 22)) 20 >"get1" : Symbol(C["get1"], Decl(computedPropertyNames44_ES5.ts, 4, 22))
|
D | computedPropertyNames43_ES5.symbols | 24 get ["get1"]() { return new Foo } 25 >["get1"] : Symbol(D["get1"], Decl(computedPropertyNames43_ES5.ts, 7, 19)) 26 >"get1" : Symbol(D["get1"], Decl(computedPropertyNames43_ES5.ts, 7, 19))
|
D | computedPropertyNames43_ES6.symbols | 24 get ["get1"]() { return new Foo } 25 >["get1"] : Symbol(D["get1"], Decl(computedPropertyNames43_ES6.ts, 7, 19)) 26 >"get1" : Symbol(D["get1"], Decl(computedPropertyNames43_ES6.ts, 7, 19))
|
D | computedPropertyNames44_ES5.types | 17 get ["get1"]() { return new Foo } 18 >["get1"] : Foo 19 >"get1" : "get1"
|
D | computedPropertyNames44_ES6.types | 17 get ["get1"]() { return new Foo } 18 >["get1"] : Foo 19 >"get1" : "get1"
|
D | computedPropertyNames43_ES5.types | 23 get ["get1"]() { return new Foo } 24 >["get1"] : Foo 25 >"get1" : "get1"
|
D | computedPropertyNames43_ES6.types | 23 get ["get1"]() { return new Foo } 24 >["get1"] : Foo 25 >"get1" : "get1"
|
D | computedPropertyNames45_ES6.symbols | 14 get ["get1"]() { return new Foo } 15 >["get1"] : Symbol(C["get1"], Decl(computedPropertyNames45_ES6.ts, 3, 9)) 16 >"get1" : Symbol(C["get1"], Decl(computedPropertyNames45_ES6.ts, 3, 9))
|
D | computedPropertyNames45_ES5.symbols | 14 get ["get1"]() { return new Foo } 15 >["get1"] : Symbol(C["get1"], Decl(computedPropertyNames45_ES5.ts, 3, 9)) 16 >"get1" : Symbol(C["get1"], Decl(computedPropertyNames45_ES5.ts, 3, 9))
|
D | computedPropertyNames45_ES5.types | 14 get ["get1"]() { return new Foo } 15 >["get1"] : Foo 16 >"get1" : "get1"
|
D | computedPropertyNames45_ES6.types | 14 get ["get1"]() { return new Foo } 15 >["get1"] : Foo 16 >"get1" : "get1"
|
D | computedPropertyNames36_ES6.errors.txt | 1 …Properties/computedPropertyNames36_ES6.ts(8,9): error TS2411: Property '["get1"]' of type 'Foo' is… 12 get ["get1"]() { return new Foo } 14 !!! error TS2411: Property '["get1"]' of type 'Foo' is not assignable to string index type 'Foo2'.
|
D | computedPropertyNames36_ES5.errors.txt | 1 …Properties/computedPropertyNames36_ES5.ts(8,9): error TS2411: Property '["get1"]' of type 'Foo' is… 12 get ["get1"]() { return new Foo } 14 !!! error TS2411: Property '["get1"]' of type 'Foo' is not assignable to string index type 'Foo2'.
|
D | computedPropertyNames43_ES6.errors.txt | 1 …roperties/computedPropertyNames43_ES6.ts(10,9): error TS2411: Property '["get1"]' of type 'Foo' is… 14 get ["get1"]() { return new Foo } 16 !!! error TS2411: Property '["get1"]' of type 'Foo' is not assignable to string index type 'Foo2'.
|
D | computedPropertyNames43_ES5.errors.txt | 1 …roperties/computedPropertyNames43_ES5.ts(10,9): error TS2411: Property '["get1"]' of type 'Foo' is… 14 get ["get1"]() { return new Foo } 16 !!! error TS2411: Property '["get1"]' of type 'Foo' is not assignable to string index type 'Foo2'.
|
D | computedPropertyNames44_ES6.errors.txt | 1 …Properties/computedPropertyNames44_ES6.ts(6,9): error TS2411: Property '["get1"]' of type 'Foo' is… 11 get ["get1"]() { return new Foo } 13 !!! error TS2411: Property '["get1"]' of type 'Foo' is not assignable to string index type 'Foo2'.
|
12