Skip to content

Commit

Permalink
New test.
Browse files Browse the repository at this point in the history
svn path=/trunk/mcs/; revision=154277
  • Loading branch information
marek-safar committed Mar 26, 2010
2 parents 69ff00a + c292825 commit 0717f14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mcs/errors/gcs0701-3.cs

This file was deleted.

6 changes: 6 additions & 0 deletions mcs/errors/gcs0706.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// CS0706: Invalid constraint type `string[]'
// Line: 4

public class C<T> where T : string[]
{
}

0 comments on commit 0717f14

Please sign in to comment.