X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fgcs0701-3.cs;fp=mcs%2Ferrors%2Fgcs0701-3.cs;h=0000000000000000000000000000000000000000;hb=0717f141b92db56481cc09af70c026d7ffad8921;hp=4522501b98d65ae25f3f3d4d99ca1c418e5e4980;hpb=c29282519b48d5fbfd73dd2bd1306a7844174f29;p=mono.git diff --git a/mcs/errors/gcs0701-3.cs b/mcs/errors/gcs0701-3.cs deleted file mode 100644 index 4522501b98d..00000000000 --- a/mcs/errors/gcs0701-3.cs +++ /dev/null @@ -1,6 +0,0 @@ -// CS0703: `string[]' is not a valid constraint. A constraint must be an interface, a non-sealed class or a type parameter -// Line: 4 - -public class C where T : string[] -{ -} \ No newline at end of file