Re: non significatif line break, break compilation
David Bernard wrote:
> Hi,
>
> the following code compile
> protected[xxx] def doStuff(...) = {}
>
> but failed to compile if I insert line return after before def
> protected[xxx]
> def doStuff(...) = {}
>
> Is it a bug (should I need to open a ticket) ??
>
> also not that
> protected
> def doStuff(...) = {}
David Bernard wrote:
> Hi,
>
> the following code compile
> protected[xxx] def doStuff(...) = {}
>
> but failed to compile if I insert line return after before def
> protected[xxx]
> def doStuff(...) = {}
>
> Is it a bug (should I need to open a ticket) ??
>
> also not that
> protected
> def doStuff(...) = {}
There's a ticket I opened a year ago:
http://lampsvn.epfl.ch/trac/scala/ticket/442
Regards,
Blair