summaryrefslogtreecommitdiff
path: root/mcs/tests/gtest-exmethod-02-lib.cs
blob: 17803bfada67a2d159018c6934aeb842a5d125ff (plain)
1
2
3
4
5
6
7
8
9
10
11
// Compiler options: -t:library

using System;

public static class Test
{
	public static string Test_1 (this string s)
	{
		return ":";
	}
}