On Feb 20, 9:44 am, Gordon Beaton <n...@for.email> wrote:
> On 20 Feb 2007 01:22:55 -0800, dimakura wrote:
>
> > but error is
>
> > // \u000a something_else
>
> > where "something_else" is not spaces or something placed in correct
> > Java-style comment
>
> Not just comments and whitespace. It's valid if something_else is
> anything that can appear at the start of a line, including statements
> or declarations, etc, in the context of the most recent non-comment
> before this line, e.g.:
>
> public class
> // \u000a Foo {
> }
>
> /gordon
>
> --
> [ don't email me support questions or followups ]
> g o r d o n + n e w s @ b a l d e r 1 3 . s e
i agree, my formulation was not too precise.
thanks.
|