[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[mono.git] / mcs / errors / cs0165-13.cs
index 714080b2274f0ab982c474ec1a19e88eb769902b..fa3d6b5e92ba8ddc1539d02a37330b0c108434ab 100644 (file)
@@ -3,7 +3,7 @@
 
 struct Rectangle
 {
-       int x;
+       internal int x;
        public int X {
                set { }
        }