Home
last modified time | relevance | path

Searched refs:get1 (Results 1 – 25 of 38) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DcomputedPropertyNames36_ES6.symbols19 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))
DcomputedPropertyNames36_ES5.symbols19 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))
DcomputedPropertyNames37_ES5.symbols19 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))
DcomputedPropertyNames37_ES6.symbols19 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))
DcomputedPropertyNames37_ES5.types18 get ["get1"]() { return new Foo }
19 >["get1"] : Foo
20 >"get1" : "get1"
DcomputedPropertyNames36_ES6.types18 get ["get1"]() { return new Foo }
19 >["get1"] : Foo
20 >"get1" : "get1"
DcomputedPropertyNames37_ES6.types18 get ["get1"]() { return new Foo }
19 >["get1"] : Foo
20 >"get1" : "get1"
DcomputedPropertyNames36_ES5.types18 get ["get1"]() { return new Foo }
19 >["get1"] : Foo
20 >"get1" : "get1"
DcomputedPropertyNames44_ES6.symbols18 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))
DcomputedPropertyNames44_ES5.symbols18 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))
DcomputedPropertyNames43_ES5.symbols24 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))
DcomputedPropertyNames43_ES6.symbols24 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))
DcomputedPropertyNames44_ES5.types17 get ["get1"]() { return new Foo }
18 >["get1"] : Foo
19 >"get1" : "get1"
DcomputedPropertyNames44_ES6.types17 get ["get1"]() { return new Foo }
18 >["get1"] : Foo
19 >"get1" : "get1"
DcomputedPropertyNames43_ES5.types23 get ["get1"]() { return new Foo }
24 >["get1"] : Foo
25 >"get1" : "get1"
DcomputedPropertyNames43_ES6.types23 get ["get1"]() { return new Foo }
24 >["get1"] : Foo
25 >"get1" : "get1"
DcomputedPropertyNames45_ES6.symbols14 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))
DcomputedPropertyNames45_ES5.symbols14 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))
DcomputedPropertyNames45_ES5.types14 get ["get1"]() { return new Foo }
15 >["get1"] : Foo
16 >"get1" : "get1"
DcomputedPropertyNames45_ES6.types14 get ["get1"]() { return new Foo }
15 >["get1"] : Foo
16 >"get1" : "get1"
DcomputedPropertyNames36_ES6.errors.txt1 …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'.
DcomputedPropertyNames36_ES5.errors.txt1 …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'.
DcomputedPropertyNames43_ES6.errors.txt1 …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'.
DcomputedPropertyNames43_ES5.errors.txt1 …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'.
DcomputedPropertyNames44_ES6.errors.txt1 …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