Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-656.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 26c7e86efb71b387c00ae3692a553e670401683f (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
{
	static void Main ()
	{
		string s = new Foo () ["foo"];
	}
}