(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs3014-7.cs
blob5227bf4be4871986c100e8aaebe3a04d371aa832
1 // cs3014-1.cs: 'CLSClass.implicit operator CLSClass(byte)' cannot be marked as CLS compliant because the assembly is not marked as compliant
2 // Line: 7
4 using System;
6 public abstract class CLSClass {
7 [CLSCompliant (true)]
8 public static implicit operator CLSClass(byte value) {
9 return null;