-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScript
Milestone
Description
foo((1)=>{return 0;});
Expected:
!!! ',' expected.
Actual:
!!! '=>' not preceded by parameter list.!!! ':' expected.!!! ',' expected.!!! Declaration or statement expected.!!! Declaration or statement expected.!!! Cannot find name 'foo'.
var x2 = (a:number) :void {};
Expected:
'=>' expected.
Actual:
!!! ')' expected.!!! ',' expected.!!! Variable declaration expected.!!! Variable declaration expected.!!! Cannot find name 'a'.
var x3 = (a:number) {};
Expected:
'=>' expected.
Actual:
!!! ')' expected.!!! ',' expected.!!! Variable declaration expected.!!! Cannot find name 'a'.
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScript