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
/
cs0516.cs
blob
1baac839adc7013cb12b551ad86c8ff34661bcca
1
// cs0516.cs: Constructor `Sample.Sample()' cannot call itself
2
// Line: 5
3
4
class
Sample
{
5
public
Sample
():
this
() {}
6
}
7
8
9