2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0122-21.cs
blobbddefe5b996dfa4727b7041d6e22cb11fa95dc46
1 // cs0122-21.cs: `Const.Version' is inaccessible due to its protection level
2 // Line: 6
4 using System.Reflection;
6 [assembly: AssemblyVersion(Const.Version)]
8 class Const
10 const string Version = "0.1";