summaryrefslogtreecommitdiff
path: root/mcs/tests/test-656-lib.cs
blob: 3a76bb854573605c8dd4c733e73d095ad4abda31 (plain)
1
2
3
4
5
6
// Compiler options: -target:library

public class Foo
{
	public string this[params string[] types] { get { return ""; }}
}