2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-656-lib.cs
blob3a76bb854573605c8dd4c733e73d095ad4abda31
1 // Compiler options: -target:library
3 public class Foo
5 public string this[params string[] types] { get { return ""; }}