This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 401565 - [bug] vjetdoc Function[] gives invalid error
Summary: [bug] vjetdoc Function[] gives invalid error
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VJET (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Justin Early CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-22 14:23 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-22 14:23:35 EST
//> Function[] ; GET ERROR HERE no EXPECTED
var inlineFuncs = [ 
   function foo() {
	   return 123 ;
   },
   
   function bar(value) {
	   vjo.sysout.println(value) ;
   }
];

var value = inlineFuncs[0]();

inlineFuncs[1](value) ;
Comment 1 Justin Early CLA 2013-02-22 14:26:30 EST
message received

Cannot translate function meta: //>  Function to function declaration  in class org.eclipse.vjet.dsf.jstojava.translator.robust.ast2jst.FunctionExpressionTranslator	t1.js	/YY_VJet_AsyncTLExamples/src/bugs	line 0	VJET Problem
Comment 2 Justin Early CLA 2013-03-01 11:24:22 EST
Resolved in yesterday's build
Comment 3 Justin Early CLA 2013-03-01 11:25:30 EST
Resolved in yesterday's build forgot to change status