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-01-03 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
cs0102-17.cs
blob
97071314c5cfd8f7c362928c9ee9f9bf671d998b
1
// CS0102: The type `CS0102' already contains a definition for `Clone'
2
// Line: 6
3
4
class
CS0102
5
{
6
object
Clone
()
7
{
8
return this
;
9
}
10
11
public class
Clone
12
{
13
}
14
}