In one our test suit, when users use "from" as a name of function parameter, the compiler parses it incorrectly and report "Parameter declaration expected" .
class C {
public foo(from:any) {}
}
The compiler will report "error TS1138: Parameter declaration expected" at "from"
In one our test suit, when users use "from" as a name of function parameter, the compiler parses it incorrectly and report "Parameter declaration expected" .
The compiler will report "error TS1138: Parameter declaration expected" at "from"