**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs3001.cs
blob765850183bda1117915227d320869f2042edfd6e
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) { }