You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatestaticvoidMain(string[]args){Mymy=newMy();switch(my){case1L:// Compiler Error CS0266, why is it a long?Console.WriteLine(1);break;case2L:Console.WriteLine(2);break;case3L:Console.WriteLine(3);break;}Console.WriteLine("Hello World!");}
The text was updated successfully, but these errors were encountered:
Original:
ILSpy
The text was updated successfully, but these errors were encountered: