脳内コアダンプ
Friday | December 4, 2009
The following Java code is grammatically correct, but cannot be formatted by Eclipse 3.4 / 3.5:public class T1 {void a(){new T1(){;};}}Interesting, isn't it?
public class T1 {void a(){new T1(){;};}}