mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 01:34:55 -06:00
Update tests
This commit is contained in:
parent
ec35b800e3
commit
3cda0eac32
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user