Skip to content

"Subsequent variable declarations must have the same type" should provide location of other variable #19339

Closed
@ghost

Description

TypeScript Version: 2.6.0-dev.20171019

Code

Install @types/node.

declare var process: any;

Expected behavior:

Error at declare var process: any;, or the other error should mention it.

Actual behavior:

node_modules/@types/node/index.d.ts(75,13): error TS2403: Subsequent variable declarations must have the same type.  Variable 'process' must be of type 'any', but here has type 'Process'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions