[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0122-21.cs
blob78a63ca4ffa73c8ac7a671929dcbe9757f556f3e
1 // CS0122: `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";