2007-03-09 Chris Toshok <toshok@ximian.com>
[mcs.git] / errors / cs3001.cs
blob7e6bc670b8fe4dd1c450b9f40678c3b66b571a4b
1 // cs3001.cs: Argument type `sbyte' is not CLS-compliant
2 // Line: 8
4 using System;
5 [assembly:CLSCompliant (true)]
7 public class CLSClass {
8 protected internal void Foo (string text, sbyte value) { }