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

cs0246-10.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 046394a6d9a3a9bbd45d767c57c1a93683a0cd37 (plain)
1
2
3
4
5
6
7
8
9
10
//cs0243: NonExistant does not exist in this namespace

using System;
using Nonexistant;

class X
{
	static void Main () {
	}
}