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
[interp] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
errors
/
cs0246-13.cs
blob
ecf4383faf7cf1788ff13919e52f49bc5bfe8377
1
// CS0246: The type or namespace name `class' could not be found. Are you missing an assembly reference?
2
// Line: 9
3
using
System
;
4
5
public class
classAttribute
:
Attribute
6
{
7
}
8
9
[@
class
]
10
class
Foo
11
{
12
}