Files
linux-packaging-mono/mcs/errors/cs0101-7.cs

6 lines
138 B
C#
Raw Normal View History

// CS0101: The namespace `global::' already contains a definition for `Test'
// Line: 5
// Compiler options: CS0101-7-2.cs
class Test {}