cleol
[mcs.git] / errors / cs1730.cs
blob74ef7faf4f01f91dcda247d577557e1a62b7894e
1 // CS1730: Assembly and module attributes must precede all other elements except using clauses and extern alias declarations
2 // Line: 10
4 using System.Reflection;
6 class Test
10 [assembly: AssemblyTitle("Test")]