2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0567.cs
blob322663869dcc329be193d1a7356be211bebff999
1 // cs0567.cs: Interfaces cannot contain operators
2 // Line: 5
4 interface Interface {
5 bool operator == (int a, int b);