Add test for false positive

This commit is contained in:
Ron Buckton 2020-05-07 17:55:10 -07:00
parent bd5377638b
commit b961698183

View File

@ -0,0 +1,5 @@
/// <reference path='fourslash.ts' />
//// const a: ((() => number) | (() => undefined)) = () => { "" }
verify.not.codeFixAvailable();