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
/
cs1001.cs
blob
b108fb6fb4d7f90d906ba6e6d2ebfa76c9e6781e
1
// cs1001: Identifier expected
2
// Line: 6
3
4
class
T
{
5
// Change (args) to (string args) to fix it
6
public static int
Main
(
args
)
7
{
8
}
9
}