TypeScript/tests/cases/compiler/moduleNoneErrors.ts
Bill Ticehurst dd5dc3a967 Added module: none baseline
(cherry picked from commit d446d06f96)
2016-02-11 14:09:12 -08:00

6 lines
74 B
TypeScript

// @module: none
// @Filename: a.ts
export class Foo {
foo: string;
}