fixAddMissingMember should work for type literal #27615
Labels
Domain: Quick Fixes
Editor-provided fixes, often called code actions.
Experience Enhancement
Noncontroversial enhancements
Suggestion
An idea for TypeScript
Milestone
TypeScript Version: 3.2.0-dev.20181004
Code
Expected behavior:
Code fix to add
y
to the type literal.Actual behavior:
No code fix. There is one if we use
interface
.This issue should also include getting this to work for types defined in jsdoc syntax.
The text was updated successfully, but these errors were encountered: