class Foo { class Bar { public static final String xxx = "42"; void foo() { String str = xxx; } } }