You've already forked linux-packaging-mono
6 lines
127 B
C#
6 lines
127 B
C#
![]() |
// CS0714: Static class `StaticClass' cannot implement interfaces
|
||
|
// Line: 4
|
||
|
|
||
|
static class StaticClass: System.IComparable {
|
||
|
}
|