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

cs1509.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 826638c1a2e82174817f0aaaba117220892668e4 (plain)
1
2
3
4
5
6
7
// CS1509: Referenced file `CS1509-module.dll' is not an assembly. Consider using `-addmodule' option instead
// Line: 0
// Compiler options: -r:CS1509-module.dll

class C
{
}