@@ -95,13 +95,12 @@ extend2({
9595 this.mine
9696>this : Symbol(IndexedWithoutThis, Decl(thisTypeInFunctions2.ts, 5, 1))
9797
98- //this.willDestroy
9998 },
10099 mine: 13,
101- >mine : Symbol(mine, Decl(thisTypeInFunctions2.ts, 37 , 6))
100+ >mine : Symbol(mine, Decl(thisTypeInFunctions2.ts, 36 , 6))
102101
103102 foo() {
104- >foo : Symbol(foo, Decl(thisTypeInFunctions2.ts, 38 , 13))
103+ >foo : Symbol(foo, Decl(thisTypeInFunctions2.ts, 37 , 13))
105104
106105 this // this: containing object literal type
107106>this : Symbol(IndexedWithoutThis, Decl(thisTypeInFunctions2.ts, 5, 1))
@@ -115,20 +114,20 @@ simple({
115114>simple : Symbol(simple, Decl(thisTypeInFunctions2.ts, 17, 57))
116115
117116 foo(n) {
118- >foo : Symbol(foo, Decl(thisTypeInFunctions2.ts, 45 , 8))
119- >n : Symbol(n, Decl(thisTypeInFunctions2.ts, 46 , 8))
117+ >foo : Symbol(foo, Decl(thisTypeInFunctions2.ts, 44 , 8))
118+ >n : Symbol(n, Decl(thisTypeInFunctions2.ts, 45 , 8))
120119
121120 return n.length + this.bar();
122121>n.length : Symbol(String.length, Decl(lib.d.ts, --, --))
123- >n : Symbol(n, Decl(thisTypeInFunctions2.ts, 46 , 8))
122+ >n : Symbol(n, Decl(thisTypeInFunctions2.ts, 45 , 8))
124123>length : Symbol(String.length, Decl(lib.d.ts, --, --))
125124>this.bar : Symbol(SimpleInterface.bar, Decl(thisTypeInFunctions2.ts, 13, 19))
126125>this : Symbol(SimpleInterface, Decl(thisTypeInFunctions2.ts, 11, 1))
127126>bar : Symbol(SimpleInterface.bar, Decl(thisTypeInFunctions2.ts, 13, 19))
128127
129128 },
130129 bar() {
131- >bar : Symbol(bar, Decl(thisTypeInFunctions2.ts, 48 , 6))
130+ >bar : Symbol(bar, Decl(thisTypeInFunctions2.ts, 47 , 6))
132131
133132 return 14;
134133 }
0 commit comments