2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0531.cs
blobd77217d3efda0697dd843292fae14b3242e88473
1 // cs0531.cs: `Interface.Foo()': interface members cannot have a definition
2 // Line: 5
4 public interface Interface {
5 void Foo () {