DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0567.cs
12345678
// CS0567: Interfaces cannot contain operators // Line: 5 interface Interface { bool operator == (int a, int b); }