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

gtest-exmethod-22-lib.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6fc8e49d174d8974e9dc20f3ce2c0387da740068 (plain)
1
2
3
4
5
6
7
8
// Compiler options: -t:library

static public class A
{
	public static void Foo (this int i)
	{
	}
}