Hi,

thanks for the suggestions, i tried them all (except the splitting up, 
because in fact, i will already have quite a bit of methods and doubling 
them would make the whole thing huge).

Problem is, the issue remains. Even if i have something as simple (and 
useless) as this:

public native String format(String stringFormat) /*-{
 var dateObject = this@com.sample.SampleClass::dateObject;
return "";
}-*/;

It still says after dateObject, that there would be a ";" missing before the 
statement. I dont' get it.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to