Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 358673 - Error in generated Java on: var1 ?:= var2;
Summary: Error in generated Java on: var1 ?:= var2;
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 17:55 EDT by broy2 CLA
Modified: 2017-02-23 14:19 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description broy2 CLA 2011-09-22 17:55:53 EDT
program operator type BasicProgram {}
    function main()
        var1, var2 STRING?;
        var1="Sun";
        var2="day";        
        var1 ?:= var2;
        sysLib.writeStdout(var1);
    end    
end

Syntax error on tokens, delete these tokens	operator.java	/myBasicProject/generatedJava/pkg	line 30	Java Problem
Comment 1 Jeff Douglas CLA 2011-09-23 12:18:11 EDT
fixed
Comment 2 broy2 CLA 2011-09-27 12:07:12 EDT
Verified in 20110927 build.