class Test8 { void bar() { } class B { int c; void foo() { c = 10; bar(); } } }