repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-02-27 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0246-5.cs
blob
55c5800508fdf9f4cf32e0f06f7b742bdfb27b7f
1
// cs0246-5.cs: The type or namespace name `AAAA' could not be found. Are you missing a using directive or 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
}