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-01 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0146-3.cs
blob
eb5316f101e9c6e85f26ce9f1325d49fdf68dd59
1
// cs0146-3.cs: Circular base class dependency involving `Foo.Bar' and `Foo'
2
// Line: 5
3
4
class
Foo
:
Foo
.
Bar
{
5
public class
Bar
{}
6
}