There was an error while loading. Please reload this page.
TypeScript Version: nightly (2.2.0-dev.20161116)
Code
constp1: {x: number,y: number}={x: 0,y: 1,z: 2};constp2: [number,number]=[0,1,2];
Expected behavior:
Errors on both lines.
Actual behavior:
Only the first line has an error.
TypeScript Version: nightly (2.2.0-dev.20161116)
Code
Expected behavior:
Errors on both lines.
Actual behavior:
Only the first line has an error.