Fix unexpected TS1005 in tryParseSignature (#149)

This commit is contained in:
Max Graey
2018-06-24 02:06:31 +03:00
committed by Daniel Wirtz
parent 188b4e48ce
commit 2e5a42d233
3 changed files with 11 additions and 4 deletions

View File

@ -8,3 +8,5 @@ var e;
// 1155: 'const' declarations must be initialized.
const f: i32;
const t = 0 < (c / 10);