blob: e0fd77046957779470e4532bd5f304a05fc32a17 [file] [log] [blame]
// This file exercises what happens when you have a compilation error in a
// dependent module. The tests skip checking this file itself (because it
// fails to typecheck, there's no indexing done) but it's imported by
// compilefail_import.ts (which doesn't type-check its inputs).
export type Bad = Undefined;