summaryrefslogtreecommitdiff
path: root/mcs/tests/test-656.cs
blob: 45c20b625ea3757d5c95973a3cc57d1fb3a33c9a (plain)
1
2
3
4
5
6
7
8
9
10
11
// Compiler options: -r:test-656-lib.dll;

// Trailing semicolon is part of the test

class Goo
{
	public static void Main ()
	{
		string s = new Foo () ["foo"];
	}
}