[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs1642.cs
blobb4aa402e35e54fbebe9578e767020529030233ef
1 // CS1642: `C.test_1': Fixed size buffer fields may only be members of structs
2 // Line: 7
3 // Compiler options: -unsafe
5 public unsafe class C
7 private fixed char test_1 [128];