add bug info
[mcs.git] / tests / test-543-lib.cs
blob39411e7c3f2b0572f4d21840066e60d40bb03aea
1 // Compiler options: -t:library
3 public class ExternClass
5 public bool this [string s, params string[] items]
7 set { }