summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0182-6.cs
blob: b203609479cadbd638f1ff1a0e53736fd87669cb (plain)
1
2
3
4
5
6
// CS0182: An attribute argument must be a constant expression, typeof expression or array creation expression
// Line: 6

using System.Reflection;

[assembly: AssemblyKeyFile(string.Empty)]