Update baselines

This commit is contained in:
Nathan Shively-Sanders 2017-09-08 08:54:28 -07:00
parent 34a8c8423e
commit a0504fc45a

View File

@ -1,4 +1,4 @@
// @strict: true
/// <reference path='fourslash.ts' />
////type T = [|...number?|];
verify.rangeAfterCodeFix("(number | null)[]");
verify.rangeAfterCodeFix("number[] | null", /*includeWhiteSpace*/ false, /*errorCode*/ 8020, 0);