Ad
Code
Diff
  • namespace Test {
      public class Test {
        public string a, b;
        
        public bool DummyMethod() => true;      
    
      }
    }
    • namespace Test {
    • public class Test {
    • public string a, b;
    • public bool DummyMethod()
    • {
    • return true;
    • }
    • public bool DummyMethod() => true;
    • }
    • }