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-05-29 Steven Munroe <munroesj@us.ibm.com>
[mcs.git]
/
errors
/
cs0246-17.cs
blob
a6ab0750c3c9aee9477559a2b31e6f67d692e22e
1
// cs0246: The type or namespace name `Foo' could not be found. Are you missing a using directive or an assembly reference?
2
// Line: 4
3
4
using
Foo
;