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: 298ba25b258ae95c5f0625316a45d317809371c4 (plain)
1
2
3
4
5
6
7
// CS0006: cannot find metadata file `a:b'
// Line: 0
// Compiler options: -r:a:b

class C
{
}