-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Description
From @unional on December 15, 2016 23:45
- VSCode Version: 1.8.0
interface Foo {
/**
* x is your name
*/
x: string
}
function foo(f: Foo) {}
function boo(b: Partial<Foo>) {}
foo({})
boo({})Copied from original issue: microsoft/vscode#17357
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue

