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
[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git]
/
mcs
/
errors
/
cs0246-5.cs
blob
6c464629e7e3713573183893610b5e204438d864
1
// CS0246: The type or namespace name `AAAA' could not be found. Are you missing an assembly reference?
2
// Line: 7
3
4
using
System
;
5
[
assembly
:
CLSCompliant
(
true
)]
6
7
[
AAAA
(
false
)]
8
public sealed class
Region
9
{
10
public
Region
() {}
11
}