Skip to content

Commit 5859dcb

Browse files
Add files uncaught by the script.
1 parent ec458cd commit 5859dcb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/cases/fourslash/codeFixClassImplementInterfaceMultipleImplements2.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference path='fourslash.ts' />
22

3+
// @strict: false
34
//// interface I1 {
45
//// x: number;
56
//// }

tests/cases/fourslash/codeFixInferFromUsageConstructor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/// <reference path='fourslash.ts' />
2+
// @strict: false
23
// @strictNullChecks: true
34

45
////class TokenType {

0 commit comments

Comments
 (0)