This commit is contained in:
Andrew Branch 2021-10-11 17:53:15 -07:00
Родитель 6012ccea5c
Коммит 11ccee02da
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 22CCA4B120C427D2
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -4,3 +4,11 @@ import type * as types from "mod";
import type from "mod";
import type = require("mod");
import type T = require("mod");
import { type X } from "mod";
import { X, type Y} from "mod";
import type { type X } from "mod"; // grammar error
import { type as foo } from "mod"; // not type-only
import { type type } from "mod";
import { type as as as } from "mod";
import { type type as as } from "mod";
import { type type as type } from "mod";