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
2010-04-15 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0542-2.cs
blob
bd320cefe3de02910d2ae59ae5fa5588ba6d0a15
1
// CS0542: `Program.Program(object)': member names cannot be the same as their enclosing type
2
// Line: 6
3
4
class
Program
5
{
6
void
Program
(
object
sender
)
7
{
8
}
9
}
10