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
public class Bug { static class C {} public static def main(args: Rail[String]) { val c = new C(); System.out.println("c " + c); } }
Appears to have been fixed (per daily test run)