Details
Description
I created a new X10 package "superclub", and two files in it:
package superclub; public class Swpwr { def b() = true; }
and
package superclub; public class Swwb extends Swpwr { }
X10DT complains "Can't find type Swpwr".
Activity
Robert M. Fuhrer
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Beth R Tibbitts [ tibbitts ] | Mandana Vaziri [ mvaziri ] |
| Fix Version/s | X10 2.0.4 [ 16248 ] |
Mandana Vaziri
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
David Grove
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
The new builder no longer has this problem.