class IllegalThisInStaticMethod { public static void main(String[] args) { IllegalThisInStaticMethod a = this; } }