TypeScript/tests/baselines/reference/Protected1.errors.txt
2014-09-18 15:37:16 -07:00

11 lines
No EOL
462 B
Text

tests/cases/conformance/parser/ecmascript5/Protected/Protected1.ts(1,11): error TS1005: ';' expected.
tests/cases/conformance/parser/ecmascript5/Protected/Protected1.ts(1,1): error TS2304: Cannot find name 'protected'.
==== tests/cases/conformance/parser/ecmascript5/Protected/Protected1.ts (2 errors) ====
protected class C {
~~~~~
!!! error TS1005: ';' expected.
~~~~~~~~~
!!! error TS2304: Cannot find name 'protected'.
}