2005-06-29 Jonathan Chambers <jonathan.chambers@ansys.com>
[mcs.git] / errors / cs3014-7.cs
blob49a15f1b3ce489037217a7e1ebbd5edf356cc3a0
1 // cs3014-7.cs: `CLSClass.implicit operator CLSClass(byte)' cannot be marked as CLS-compliant because the assembly is not marked as CLS-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;