[mcs] Fixes codegen for type pattern matching in probing expressions over hoisted...
[mono.git] / mcs / tests / test-305.cs
index 7fd7fc11d63bbefc7f4fc42cfccff5196e994e03..7f170f3aed3a3b7e68a42cddbe7a8ab6e135b1a3 100644 (file)
@@ -8,7 +8,7 @@ using S = A.T;
 class A
 {
        [StructLayout (LayoutKind.Sequential)]
-       struct T { int x; }
+       public struct T { int x; }
 
        public class B
        {