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

cs1607.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1df580ed9336327e6c61fcaced4b997738723656 (plain)
1
2
3
4
5
6
7
8
9
10
// CS1607: Delay signing was requested but no key file was given
// Line: 0
// Compiler options: -delaysign -warnaserror

class Test
{
	static void Main ()
	{
	}
}