repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git]
/
mcs
/
errors
/
cs0109-6.cs
blob
da542b12566e087c1161d725d072e0bcb7dd7a30
1
// CS0109: The member `Outer.Inner' does not hide an inherited member. The new keyword is not required
2
// Line: 7
3
// Compiler options: -warnaserror -warn:4
4
5
class
Outer
6
{
7
public new class
Inner
8
{
9
}
10
}