Bug 399808 - [enhancement] code assist with vjetdoc for Array type no proposals when Object proposal should be made
Summary: [enhancement] code assist with vjetdoc for Array type no proposals when Objec...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VJET (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Justin Early CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-03 10:37 EST by Justin Early CLA
Modified: 2017-04-11 15:12 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Early CLA 2013-02-03 10:37:20 EST
var a1 ; //< Object[ ]
a1.XXXXX   // The XXXX dot completion is Object as expected

var a2 = [] ; //< Array
a2[0].XXXX    // The XXXX dot completion is empty - expected object proposals
Comment 1 Justin Early CLA 2013-02-28 19:31:22 EST
Is should be treated as Undefined[] rather than Object[] since Object[] is now treated as a frozen/static type.