class Foo { static class Bar { static final String s = toString(1); } static String toString(int x) { return x + ""; } }