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
2010-04-15 Rodrigo Kumpera <rkumpera@novell.com>
[mono-project.git]
/
mcs
/
errors
/
cs1013.cs
blob
344da36470a8860f7fcfacaf858d679912dfda0b
1
// cs1013.cs: Invalid number
2
// Line : 6
3
4
class
X
5
{
6
static int
i
=
0
x
;
7
}