TypeScript/tests/baselines/reference/incompleteObjectLiteral1.errors.txt

8 lines
250 B
Plaintext
Raw Normal View History

2014-11-19 01:15:04 +01:00
tests/cases/compiler/incompleteObjectLiteral1.ts(1,14): error TS1005: ':' expected.
==== tests/cases/compiler/incompleteObjectLiteral1.ts (1 errors) ====
2014-07-13 01:04:16 +02:00
var tt = { aa; }
~
2014-11-19 01:15:04 +01:00
!!! error TS1005: ':' expected.
2014-07-13 01:04:16 +02:00
var x = tt;