On 08/03/12 09:46, bitter_fox wrote: > class Main > { > public<throws E> Main(Object o) {} > > public Main() > { > <void>this(null); // Illegal > } > } > Nicely spotted - thanks! Maurizio