Update tests

This commit is contained in:
Anders Hejlsberg 2017-04-10 17:14:22 -10:00
parent ec35b800e3
commit 3cda0eac32
2 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ function f14(a: AList4, b: BList4) {
//// [covariantCallbacks.js]
"use strict";
// Test that callback parameters are related covariantly
;
function f1(a, b) {

View File

@ -1,4 +1,5 @@
// @target: es2015
// @strict: true
// Test that callback parameters are related covariantly