2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0664-2.cs
blob74a2ff720a4b7d388935a40e4e713608a701b642
1 // cs0664-2.cs: Literal of type double cannot be implicitly converted to type `decimal'. Add suffix `m' to create a literal of this type
2 // Line: 7
4 class X {
5 void A ()
7 decimal d = 2.0;