* Form.cs: Make the fix for #80775 windows-only (fixes #81957).
[mono.git] / mcs / errors / cs3008-4.cs
1 // cs3008-4.cs: Identifier `_I' is not CLS-compliant
2 // Line: 7
3
4 using System;
5 [assembly:CLSCompliant(true)]
6
7 public interface _I {
8 }