[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0283-4.cs
blob62fa370d7b0b1e194142e86da52abd30b30d8d13
1 // CS0283: The type `int?' cannot be declared const
2 // Line: 8
4 class C
6 void Test ()
8 const int? ac = null;