TypeScript/tests/baselines/reference/parserSkippedTokens16.errors.txt
2014-07-31 11:06:42 -07:00

27 lines
677 B
Plaintext

==== 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 is missing or not immediately following the declaration.
4+:5
~
!!! Expression expected.
module M {
function a(
: T) { }
~
!!! Parameter declaration expected.
}
var x =
!!! Expression expected.