[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0031-9.cs
blobec2b3b960bd865b545472c19168b8204c3980eb8
1 // CS0031: Constant value `1.42' cannot be converted to a `int'
2 // Line: 6
4 class X
6 const int val = 1.42f;