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
[corlib] Simplify RuntimeInformation by getting OS name from the runtime (#13164)
[mono-project.git]
/
mcs
/
errors
/
cs1013-1.cs
blob
01827df49956d592de06770500096b27b90599e0
1
// CS1013: Invalid number
2
// Line : 6
3
4
class
X
5
{
6
static int
i
=
0
b
;
7
static void
Main
() {}
8
}