2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0246-17.cs
bloba6ab0750c3c9aee9477559a2b31e6f67d692e22e
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
4 using Foo;