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

7 lines
174 B
Text
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/unresolvedTypeAssertionSymbol.ts (1 errors) ====
var x = 1;
var y = <asdf>x;
~~~~
!!! Cannot find name 'asdf'.