fixed project file names, removed svn hiding
[mono.git] / mcs / errors / cs3027.cs
index 752ed6e1209c28a5287326dea2f60eedc5b08019..83e318f1f2eb8c10662cf332dfe56add084d1ab0 100644 (file)
@@ -1,4 +1,4 @@
-// cs3027.cs: 'I' is not CLS-compliant because base interface 'I2' is not CLS-compliant
+// cs3027.cs: `I' is not CLS-compliant because base interface `I2' is not CLS-compliant
 // Line: 17
 // Compiler options: -warn:1 -warnaserror
 
@@ -17,3 +17,8 @@ public interface I2
 public interface I: I1, I2
 {
 }
+
+public class Foo
+{
+       static void Main () {}
+}