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
[cominterop] Default to [in] parameter direction when not specified explicitly.
[mono-project.git]
/
mcs
/
errors
/
cs0594.cs
blob
8b60fc75e59d802348a6ebac2903f57b8f151bc4
1
// CS0594: Floating-point constant is outside the range of type `decimal'
2
// Line: 6
3
4
class
X
{
5
public static void
Main
() {
6
decimal
d
=
12311111111111111111111111111111111111111111111111
m
;
7
}
8
}