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

Bug 354555

Summary: Get error when string + boolean is used
Product: z_Archived Reporter: Jeff Douglas <jeffdouglas>
Component: EDTAssignee: Project Inbox <edt.compiler-inbox>
Status: CLOSED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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