Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / cs0170-2.cs
index 911ebee02167770500290c50d38f25da55e6841e..b60f3d97ac9d56b25d36e19c0bfc7ee8fce191ed 100644 (file)
@@ -3,8 +3,8 @@
 
 struct A
 {
-       private long b;
-       private float c;
+       public long b;
+       public float c;
 
        public A (int foo)
        {