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
/
cs0031-6.cs
blob
731a777df2dae1c952b37769716217ced2a00140
1
// cs0031-6.cs: Constant value `999999999999999' cannot be converted to a `int'
2
// Line: 9
3
4
class
X
5
{
6
public static void
Main
()
7
{
8
int
i
=
3
;
9
i
+=
999999999999999
;
10
}
11
}
12