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

cs0006.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4ae9fb7778c2a5bc051bf07b98aa5f42352fb77 (plain)
1
2
3
4
5
6
7
// CS0006: Metadata file `a:b' could not be found
// Line: 0
// Compiler options: -r:a:b

class C
{
}