2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0246-10.cs
blob9073ad96bbea7dd4edb38f963921e0bc212f71af
1 // cs0246-10.cs: The type or namespace name `Nonexistant' could not be found. Are you missing a using directive or an assembly reference?
2 // Line: 5
4 using System;
5 using Nonexistant;
7 class X
9 static void Main () {