Updated with review feedback.
[mono.git] / mcs / tests / test-656-lib.cs
1 // Compiler options: -target:library
2
3 public class Foo
4 {
5         public string this[params string[] types] { get { return ""; }}
6 }