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

test-861.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9c2a6e52244a13665fae1464562fe37cb4ea170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
public class Test
{
	public static void Main ()
	{
	}

	void is_numer_parser_test()
	{
		var a = -.5
	
;

		var i = 1
	
;
		i++;
	}
}