[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs0531.cs
blobfbfeb32e22d5cb30d17c389c27707bf95265d67c
1 // CS0531: `Interface.Foo()': interface members cannot have a definition
2 // Line: 5
4 public interface Interface {
5 void Foo () {