[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs0111-10.cs
blobc90769852e8514fcc43ed854e32052391f948d37
1 // CS0111: A member `Test.EmptyClass.~EmptyClass()' is already defined. Rename this member or use different parameter types
2 // Line: 12
4 namespace Test
6 public class EmptyClass
8 ~EmptyClass ()
12 ~EmptyClass ()