TypeScript/tests/cases/projects/RelativePaths/A/b.ts
2014-07-12 17:30:19 -07:00

3 lines
76 B
TypeScript

export function B(): void {
throw new Error('Should not be called');
}