Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahejlsberg committed Apr 11, 2017
1 parent ec35b80 commit 3cda0ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/baselines/reference/covariantCallbacks.js
Expand Up @@ -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) {
Expand Down
@@ -1,4 +1,5 @@
// @target: es2015
// @strict: true

// Test that callback parameters are related covariantly

Expand Down

0 comments on commit 3cda0ea

Please sign in to comment.