Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tests/cases/fourslash/codeFixMissingTypeAnnotationOnExports52-…
…gerenrics-oversimplification.ts


Fix typo

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
  • Loading branch information
blickly and sandersn authored Aug 29, 2024
commit a603aa226b066dce0e8abd3f0f452ec8c86bb60c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// In the abstract, we might prefer the inferred return type annotation to
// be identical to the parameter type (with 2 type parameters).
// Our current heursitic to avoid overly complex types in this case creates
// Our current heuristic to avoid overly complex types in this case creates
// "overly simple" types, but this tradeoff seems reasonable.
Comment thread
sandersn marked this conversation as resolved.

// @isolatedDeclarations: true
Expand Down