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