TypeScript/tests/baselines/reference/parser618973.errors.txt
2014-09-11 16:11:08 -07:00

9 lines
354 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser618973.ts (2 errors) ====
export export class Foo {
~~~~~~
!!! error TS1030: 'export' modifier already seen.
~~~
!!! error TS1148: Cannot compile external modules unless the '--module' flag is provided.
public Bar() {
}
}