mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-06 15:03:14 -05:00
Update tests
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// @target: es2015
|
||||
// @strict: true
|
||||
|
||||
// Test that callback parameters are related covariantly
|
||||
|
||||
|
||||
Reference in New Issue
Block a user