summaryrefslogtreecommitdiff
path: root/mcs/errors/CS0101-9-2.cs
blob: 8b427504c36aa2bdd6a27d5c6747897f823f7f9c (plain)
1
2
3
4
namespace N
{
	class Test<T> {}
}