TypeScript/tests/cases/compiler/tripleSlashInCommentNotParsed.ts

4 lines
64 B
TypeScript

/*
/// <reference path="non-existing-file.d.ts" />
*/
void 0;