[runtime] Avoid indirection when building MonoContext on darwin
[mono.git] / mcs / errors / cs1730.cs
1 // CS1730: Assembly and module attributes must precede all other elements except using clauses and extern alias declarations
2 // Line: 10
3
4 using System.Reflection;
5
6 class Test
7 {
8 }
9
10 [assembly: AssemblyTitle("Test")]