Add .d.ts generation test

This commit is contained in:
Anders Hejlsberg
2019-01-16 12:45:33 -08:00
parent b611a51381
commit 0eac506fc0

View File

@@ -1,4 +1,5 @@
// @strict: true
// @declaration: true
type T10 = string[];
type T11 = Array<string>;