interface ToStringBug { static void toString(String s) {} class Inner implements ToStringBug { { toString( "x"); } } }