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

MyClass.cs « missing-projection-file « projection-tests « test-projects « tests « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed33ef2c0e07509e59d6d85b2cd3d0bce64933c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

using System;

namespace missing-projection-file
{
	public class MyClass
	{
		public MyClass()
		{
		}
	}
}