Skip to content

Commit 22647bb

Browse files
committed
Revert "Update tests"
This reverts commit 3cda0ea.
1 parent 8a85f4a commit 22647bb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/baselines/reference/covariantCallbacks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ function f14(a: AList4, b: BList4) {
7272

7373

7474
//// [covariantCallbacks.js]
75-
"use strict";
7675
// Test that callback parameters are related covariantly
7776
;
7877
function f1(a, b) {

tests/cases/conformance/types/typeRelationships/assignmentCompatibility/covariantCallbacks.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// @target: es2015
2-
// @strict: true
32

43
// Test that callback parameters are related covariantly
54

0 commit comments

Comments
 (0)