Skip to content

Commit a0504fc

Browse files
committed
Update baselines
1 parent 34a8c84 commit a0504fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// @strict: true
22
/// <reference path='fourslash.ts' />
33
////type T = [|...number?|];
4-
verify.rangeAfterCodeFix("(number | null)[]");
4+
verify.rangeAfterCodeFix("number[] | null", /*includeWhiteSpace*/ false, /*errorCode*/ 8020, 0);

0 commit comments

Comments
 (0)