repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
cs0019-19.cs
blob
9fa13c91d76ecba5b3f4123f8b248e5f95b944ac
1
// CS0019: Operator `-' cannot be applied to operands of type `float' and `decimal'
2
// Line: 6
3
4
class
S
5
{
6
const decimal
d
=
0
f
-
1
m
;
7
}