2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / 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 () {