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
[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git]
/
mcs
/
errors
/
cs0260-2.cs
blob
3e7040b70d8f946278f6cafab6d76f4a3ac685d1
1
// CS0260: Missing partial modifier on declaration of type `Foo'. Another partial declaration of this type exists
2
// Line: 6
3
public partial class
Foo
4
{ }
5
6
public class
Foo
7
{ }
8
9
class
X
10
{
11
static void
Main
()
12
{ }
13
}