We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a8c84 commit a0504fcCopy full SHA for a0504fc
tests/cases/fourslash/codeFixChangeJSDocSyntax27.ts
@@ -1,4 +1,4 @@
1
// @strict: true
2
/// <reference path='fourslash.ts' />
3
////type T = [|...number?|];
4
-verify.rangeAfterCodeFix("(number | null)[]");
+verify.rangeAfterCodeFix("number[] | null", /*includeWhiteSpace*/ false, /*errorCode*/ 8020, 0);
0 commit comments