Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 354555 - Get error when string + boolean is used
Summary: Get error when string + boolean is used
Status: CLOSED WORKSFORME
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-08-11 17:04 EDT by Jeff Douglas CLA
Modified: 2017-02-23 14:17 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Douglas CLA 2011-08-11 17:04:05 EDT
Get a NoSuchFunction error when trying to compile this statement

details string;
flag boolean;

SysLib.writeStdOut(details + " " + flag);
Comment 1 Jeff Douglas CLA 2011-10-01 14:55:26 EDT
it works now
Comment 2 Jeff Douglas CLA 2011-11-10 14:38:05 EST
Verified