1 // CS3014: `CLSClass.implicit operator CLSClass(byte)' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
3 // Compiler options: -warnaserror -warn:1
7 public abstract class CLSClass
{
9 public static implicit operator CLSClass(byte value) {