After doing "svn up" I am getting this message with code that compiled  
before:

State.x10:12: method public State.getUserParameters(x10.lang.String):  
x10.lang.Void must be declared as a proto method since it is called on  
a receiver State{self==State#this}.this with a proto type.
1 error.


The call is from the constructor for State:

        public def this( file_name: String){
                clk = new MyClock();
                getUserParameters(file_name);
        }


and method starts with

        public def getUserParameters(var param_file_name:String ): Void{


Any ideas?

Jim

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
X10-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to