Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: X10 1.7 - JVM hosted
-
Fix Version/s: X10 1.7.1 - JVM Hosted
-
Component/s: XRX Runtime
-
Labels:None
-
Number of attachments :
Description
import x10.io.OutputStream; import x10.io.IOException; public class Bug { def foo(os:OutputStream, buf:Rail[Byte]) throws IOException { os.write(buf, 0, buf.length); } }
x10c: classes\Bug.java:23: cannot find symbol
symbol : class IOException
location: class Bug
throws IOException{
^
Appears to have been fixed (per daily test run)