Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: X10 1.7.2 - C++ hosted
-
Fix Version/s: X10 1.7.2 - C++ hosted
-
Component/s: Managed X10: Compiler Codegen
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
class Bug {
public static def main(Rail[String]) {
System.out.println("Hi!");
}
}
out\Bug.java:76: package x10.lang.System does not exist
System.out).println("Hi!");
^
out\Bug.java:74: illegal start of type
(x10.
^
2 errors
Activity
Igor Peshansky
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Not A Bug [ 6 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | X10 1.7.2 - C++ hosted [ 14605 ] |
David Grove
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |