cleol
[mcs.git] / errors / cs0019-19.cs
blob9fa13c91d76ecba5b3f4123f8b248e5f95b944ac
1 // CS0019: Operator `-' cannot be applied to operands of type `float' and `decimal'
2 // Line: 6
4 class S
6 const decimal d = 0f - 1m;