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

27 lines
638 B
Text
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/SkippedTokens/parserSkippedTokens16.ts (9 errors) ====
foo(): Bar { }
~
!!! ';' expected.
~
!!! ';' expected.
~~~
!!! Cannot find name 'foo'.
~~~
!!! Cannot find name 'Bar'.
function Foo () # { }
!!! Invalid character.
~~~~~~~~~~~~~~~~~~~~
!!! Function implementation expected.
4+:5
~
!!! Expression expected.
module M {
function a(
: T) { }
~
!!! Parameter declaration expected.
}
var x =
!!! Expression expected.