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
Merge pull request #4926 from BrzVlad/fix-tls-v5
[mono-project.git]
/
mcs
/
errors
/
cs0267-2.cs
blob
1d60d316fa6264b08b389a31d86efe02ff9c8353
1
// CS0267: The `partial' modifier can be used only immediately before `class', `struct', `interface', or `void' keyword
2
// Line: 4
3
4
public partial static class
Test
5
{
6
}