Files
linux-packaging-mono/mcs/errors/cs0006.cs

8 lines
102 B
C#
Raw Normal View History

// CS0006: Metadata file `a:b' could not be found
// Line: 0
// Compiler options: -r:a:b
class C
{
}