@@ -84,7 +84,6 @@ tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(169,20): e
8484tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(169,23): error TS1003: Identifier expected.
8585tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(169,27): error TS1005: ',' expected.
8686tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(170,23): error TS1005: ',' expected.
87- tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(170,24): error TS1138: Parameter declaration expected.
8887tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(171,28): error TS1003: Identifier expected.
8988tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(171,32): error TS1005: ',' expected.
9089tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(172,30): error TS1005: ',' expected.
@@ -94,7 +93,7 @@ tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(175,32): e
9493tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(175,35): error TS2304: Cannot find name 'm'.
9594
9695
97- ==== tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts (60 errors) ====
96+ ==== tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts (59 errors) ====
9897 class C {
9998 n: number;
10099 explicitThis(this: this, m: number): number {
@@ -403,8 +402,6 @@ tests/cases/conformance/types/thisType/thisTypeInFunctionsNegative.ts(175,35): e
403402 function optional(this?: C): number { return this.n; }
404403 ~
405404!!! error TS1005: ',' expected.
406- ~
407- !!! error TS1138: Parameter declaration expected.
408405 function decorated(@deco() this: C): number { return this.n; }
409406 ~~~~
410407!!! error TS1003: Identifier expected.
0 commit comments