Update test

This commit is contained in:
Anders Hejlsberg
2017-11-10 08:39:29 -08:00
parent 197c635994
commit afec1e1fa1

View File

@@ -1,4 +1,5 @@
// @strict: true
// @target: es2015
declare function f1<T>(x: T[]): T;