remove debug writelines
[mcs.git] / errors / cs3001-1.cs
blob643f33e97968b624ace3dfe2a8142fde9dddaa9a
1 // CS3001: Argument type `ulong' is not CLS-compliant
2 // Line: 8
3 // Compiler options: -warnaserror -warn:1
5 using System;
6 [assembly:CLSCompliant (true)]
8 public delegate long MyDelegate (ulong arg);