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
/
cs0102-6.cs
blob
45f5079461f1b31bd73e0ea5ff48b097ec11d2d3
1
// cs0102-6.cs: The type `X' already contains a definition for `A'
2
// Line: 6
3
4
class
X
{
5
const int
A
=
10
;
6
int
A
() {}
7
}