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

9 lines
326 B
Plaintext

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