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
2007-03-09 Chris Toshok <toshok@ximian.com>
[mcs.git]
/
errors
/
cs0246-11.cs
blob
12ea7406be2fb641af64a0b1b5f224bd5f9fb341
1
// cs0246-11.cs: The type or namespace name `aa' could not be found. Are you missing a using directive or an assembly reference?
2
// Line: 6
3
4
public class
Test
5
{
6
[
aa
.
bb
]
int
dummy
;
7
}
8