2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs3001-7.cs
blob8f5abf9c90161f3e60719a122865a91133ff9948
1 // cs3001-7.cs: Argument type `ulong' is not CLS-compliant
2 // Line: 8
4 using System;
5 [assembly:CLSCompliant(true)]
7 public interface I {
8 long this[ulong indexA] { set; }