TypeScript/tests/baselines/reference/externalModuleWithoutCompilerFlag1.types
Bill Ticehurst 671191a584 Fixed up baselines
(cherry picked from commit f9fb68fbfc)
2016-02-11 14:07:34 -08:00

7 lines
197 B
Plaintext

=== tests/cases/compiler/externalModuleWithoutCompilerFlag1.ts ===
// Not on line 0 because we want to verify the error is placed in the appropriate location.
export module M {
>M : any
}