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

8 lines
357 B
Plaintext
Raw Normal View History

2014-09-20 02:58:16 +02:00
tests/cases/conformance/parser/ecmascript5/Protected/Protected1.ts(1,1): error TS1044: 'protected' modifier cannot appear on a module element.
2014-09-19 00:37:16 +02:00
2014-09-20 02:58:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/Protected/Protected1.ts (1 errors) ====
2014-09-19 00:37:16 +02:00
protected class C {
~~~~~~~~~
2014-09-20 02:58:16 +02:00
!!! error TS1044: 'protected' modifier cannot appear on a module element.
2014-09-19 00:37:16 +02:00
}