repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bring XslCompiledTransform to MonoTouch
[mcs.git]
/
errors
/
cs0664-4.cs
blob
1c9b29fb148dc0222b3221042b8492ea0d708c6d
1
// cs0664: Literal of type double cannot be implicitly converted to type `decimal'. Add suffix `m' to create a literal of this type
2
// Line: 7
3
4
class
X
{
5
void
A
()
6
{
7
decimal
d
= -
2.0
;
8
}
9
}