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
/
cs0267-3.cs
blob
2e408a7fa5cc3860e518051a822e6afc5c672398
1
// CS0267: The `partial' modifier can be used only immediately before `class', `struct', `interface', or `void' keyword
2
// Line: 6
3
4
public partial class
C
5
{
6
partial virtual void
Foo
()
7
{
8
}
9
}