2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs0567.cs
blob322663869dcc329be193d1a7356be211bebff999
1 // cs0567.cs: Interfaces cannot contain operators
2 // Line: 5
4 interface Interface {
5 bool operator == (int a, int b);