class Test { int priv; private sealed class Inner { Test test; void Foo () { test.priv = 0; } } } class Test { static void Main () { } }