2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0182-6.cs
blobb203609479cadbd638f1ff1a0e53736fd87669cb
1 // CS0182: An attribute argument must be a constant expression, typeof expression or array creation expression
2 // Line: 6
4 using System.Reflection;
6 [assembly: AssemblyKeyFile(string.Empty)]