[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs3001-10.cs
blob242fd5f43a80ed40938048ef6a74c4ac6a11ac33
1 // CS3001: Argument type `sbyte' is not CLS-compliant
2 // Line: 9
3 // Compiler options: -warnaserror -warn:1
5 using System;
6 [assembly:CLSCompliant (true)]
8 public static class CLSClass
10 public static void Foo (this sbyte value) { }