Wed Feb 24 16:02:42 CET 2010 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / tests / test-543-lib.cs
1 // Compiler options: -t:library
2
3 public class ExternClass
4 {
5     public bool this [string s, params string[] items]
6     {
7         set { }
8     }
9 }