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".
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".