class Stack { void Hello (Stack stack) { } void Test () { Hello (this); } } class X { static void Main () { } }