* default.build: Fix relative path to key. Avoid use of ugly foreach
[mono.git] / mcs / errors / cs1501-9.cs
1 // cs1501-9.cs: No overload for method `System.CLSCompliantAttribute' takes `0' arguments
2 // Line: 6
3
4 using System;
5
6 [assembly:CLSCompliant()]
7