Here is an Example:


CallThisShit()
{
int i = 0;
}
Method1()
{
CallThisShit(); //No error, cuz the CallThisShit already exist.