In ilasm/tests:
[mcs.git] / errors / cs0626-3.cs
blob8d311d40a79f993c5610a8cd22e1f30b63dc78ad
1 // cs0626-3.cs: Method, operator, or accessor `ExternClass.implicit operator ExternClass(byte)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation
2 // Line: 6
3 // Compiler options: -warnaserror -warn:1
5 class ExternClass {
6 static public extern implicit operator ExternClass(byte value);