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-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
cs0542.cs
blob
2ac50065420ebf2fb916146fa86e5103138e290c
1
// cs0542.cs: `X.X': member names cannot be the same as their enclosing type
2
// Line: 4
3
class
X
{
4
int
X
;
5
}
6