summaryrefslogtreecommitdiff
path: root/tests/specs/lint/lint_fix/a.ts
blob: 6a1b87bc4b233dd617ac4ba65f717786d68109aa (plain)
1
2
3
4
import { Type } from "./test.ts";
export type MyType = Type;
console.log(window.value);
window.fetch;