Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 440911

Summary: @type jsdoc tag not correctly augmenting type
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2014-07-31 11:40:38 EDT
Consider the following snippet:

/**
 * @type {Number}
 */
var foo = 9;

Activate content assist after the var decl, notice foo appears like:

  foo : Object

when it should be 

  foo : Number
Comment 1 Michael Rennie CLA 2015-05-08 10:37:29 EDT
Now that Tern is running the show, we no longer need to worry about adding this support to our env (which no longer exists).

Closing invalid