TypeStat icon indicating copy to clipboard operation
TypeStat copied to clipboard

Add non-null assertion fixing for array and object literals

Open JoshuaKGoldberg opened this issue 6 years ago • 0 comments

Follows #74 and predates #50.

let numbers: number[] = [1, undefined!, 3];

JoshuaKGoldberg avatar Jan 02 '19 21:01 JoshuaKGoldberg