New test.
[mono.git] / mcs / errors / cs0666.xml
1 <ErrorDetails>
2         <Summary>
3                 <p>
4                         It is not permissable to have a protected member 
5                         inside a struct.
6                 </p>
7         </Summary>
8         <Details>
9                 <p>
10                         As structs are implicitly declared as <b>sealed</b> they
11                         can not have protected members. Usually you can fix this
12                         error by changing the scope of the variable.
13                 </p>
14         </Details>
15 </ErrorDetails>